mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 11:10:09 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8ccb5a5495
commit
75597a2bad
@ -71,7 +71,7 @@ pctPushAssets $ID
|
|||||||
echo "# Setup: users..."
|
echo "# Setup: users..."
|
||||||
while true ; do
|
while true ; do
|
||||||
xread "User name for ssh (empty to skip): " SSH_USER
|
xread "User name for ssh (empty to skip): " SSH_USER
|
||||||
if ! [ -z "$SSH_USER" ] ; then
|
if [ -z "$SSH_USER" ] ; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user