X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=overlay-go;h=5cde886c8f9c8856c681e5d02740804ce7574226;hb=9225cede2a8826492f7ea28acaf2fb8dbb7fbdad;hp=ef237fc51a836e42c46914a88295b399ec11540a;hpb=a3b6bd2a94624852e5fef890fda9fde9548080f3;p=rrq%2Foverlay-boot.git diff --git a/overlay-go b/overlay-go index ef237fc..5cde886 100755 --- a/overlay-go +++ b/overlay-go @@ -5,10 +5,7 @@ NAME="$1" -if [ -z "$NAME" ] ; then - echo "Select subhost: $(list_running)" - exit 0 -fi +[ -z "$NAME" ] && echo "Select subhost: $(list_running)" && exit 0 read USPID RSPID <