minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-03-31 15:17:09 +03:00
parent 10d9c86717
commit 9f6c660cf2

View File

@ -84,8 +84,11 @@ chown $USER:$USER $SERVER_CONFIG
chmod 600 $SERVER_CONFIG chmod 600 $SERVER_CONFIG
# Print profile QRCode... # Print profile QRCode...
PROFILE="ss://$PASSWD@$ENDPOINT:$ENDPOINT_PORT#shadow @ $ENDPOINT"
echo "# Profile:" echo "# Profile:"
qrencode -t UTF8 "ss://${PASSWD}@$ENDPOINT:$ENDPOINT_PORT#shadow @ $ENDPOINT" qrencode -t UTF8 "$PROFILE"
echo "$PROFILE"
echo
# /home/$USER/$SCRIPT # /home/$USER/$SCRIPT