mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
10d9c86717
commit
9f6c660cf2
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user