mirror of https://github.com/sfeakes/AqualinkD.git
pull/42/head
parent
5c06053637
commit
e90d078a8d
|
@ -199,11 +199,11 @@ echo "Installed "`cat $AQUA/version.h | cut -d '"' -f 2 | tr '\n' ' '`
|
|||
upgrade_self
|
||||
#cd $CWD
|
||||
|
||||
echo ""
|
||||
echo "Please make sure to read release notes https://github.com/sfeakes/AqualinkD/blob/master/README.md#release"
|
||||
|
||||
if [ "$0" == "bash" ]; then
|
||||
# Was probably run from curl
|
||||
echo ""
|
||||
echo "Source directory $AQUA"
|
||||
echo "To run this script in the future, $AQUA/$SOURCE_LOCATION"
|
||||
echo "Source directory `$AQUA | | tr -s '/' '/'`"
|
||||
echo "To run this script in the future, `$AQUA/$SOURCE_LOCATION | tr -s '/' '/'`"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue