mirror of https://github.com/sfeakes/AqualinkD.git
pull/42/head
parent
81db7f06cb
commit
5c677a8bc4
|
@ -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 "`echo $AQUA | tr -s '/' '/'`
|
||||
echo "To run this script in the future, "`echo $AQUA/$SOURCE_LOCATION | tr -s '/' '/'`
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue