forked from ahurac/dotfiles
Correction : nouveau nom des fonctions dans headlessvnc
This commit is contained in:
parent
6b2ea26b76
commit
2dabb80d6e
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ public_stop() {
|
|||
|
||||
# Restart the VNC server
|
||||
public_restart() {
|
||||
stop
|
||||
start
|
||||
public_stop
|
||||
public_start
|
||||
}
|
||||
|
||||
# Parse argument
|
||||
|
|
Loading…
Reference in a new issue