Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-21 02:22:52 +03:00
parent 8ccb5a5495
commit 75597a2bad

View File

@ -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