Compare commits
2 commits
056010442f
...
2fbf55c7ed
Author | SHA1 | Date | |
---|---|---|---|
|
2fbf55c7ed | ||
|
0fbbfdc422 |
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue