Compare commits

...

2 commits

View file

@ -59,7 +59,8 @@ public_start() {
-localhost \
-alwaysshared \
-securitytypes none \
-nocursor
-nocursor \
-geometry 1600x900
else
error "The VNC server is already running!" 4
fi
@ -98,7 +99,7 @@ else
fi
# Main switch
if echo "$verbs" | grep -q "$arg"; then
if echo "$verbs" | tr ' ' '\n' | grep -q "$arg"; then
"public_${arg}"
else
error_help