pull/42/head
sfeakes 2018-12-04 12:00:42 -06:00
parent 5c06053637
commit e90d078a8d
1 changed files with 3 additions and 3 deletions

View File

@ -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