pull/42/head
sfeakes 2018-12-04 12:01:41 -06:00
parent e90d078a8d
commit 81db7f06cb
1 changed files with 2 additions and 2 deletions

View File

@ -204,6 +204,6 @@ echo "Please make sure to read release notes https://github.com/sfeakes/Aqualink
if [ "$0" == "bash" ]; then
# Was probably run from curl
echo "Source directory `$AQUA | | tr -s '/' '/'`"
echo "To run this script in the future, `$AQUA/$SOURCE_LOCATION | tr -s '/' '/'`"
echo "Source directory "`$AQUA | | tr -s '/' '/'`
echo "To run this script in the future, "`$AQUA/$SOURCE_LOCATION | tr -s '/' '/'`
fi