Include status info with exit start

pull/43/head
necro-nemesis 4 years ago committed by GitHub
parent 86b900e25f
commit fe1fc560df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,10 +40,12 @@ bootstrap)
exitup) exitup)
if [ "$3" = "" ]; then if [ "$3" = "" ]; then
lokinet-vpn --up --exit "$2" lokinet-vpn --up --exit "$2"
echo -n "lokinet --vpn --exit ""$2" echo -n "lokinet --vpn --exit "$2"\n"
lokinet-vpn --status
else else
lokinet-vpn --up --exit "$2" --token "$3" 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 fi
;; ;;

Loading…
Cancel
Save