Include status info with exit start

pull/43/head
necro-nemesis 3 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)
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
;;

Loading…
Cancel
Save