mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +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..."
|
||||
while true ; do
|
||||
xread "User name for ssh (empty to skip): " SSH_USER
|
||||
if ! [ -z "$SSH_USER" ] ; then
|
||||
if [ -z "$SSH_USER" ] ; then
|
||||
break
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user