diff --git a/config/lokilaunch.sh b/config/lokilaunch.sh index e96756b..f19fbf0 100644 --- a/config/lokilaunch.sh +++ b/config/lokilaunch.sh @@ -40,10 +40,12 @@ bootstrap) exitup) if [ "$3" = "" ]; then lokinet-vpn --up --exit "$2" - echo -n "lokinet --vpn --exit ""$2" + echo -n "lokinet --vpn --exit "$2"\n" + lokinet-vpn --status else lokinet-vpn --up --exit "$2" --token "$3" - echo -n "lokinet-vpn --up --exit ""$2"" --token ""$3" + echo -n "lokinet-vpn --up --exit "$2" --token "$3"\n" + lokinet-vpn --status fi ;;