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
|
# Restart the VNC server
|
||||||
public_restart() {
|
public_restart() {
|
||||||
stop
|
public_stop
|
||||||
start
|
public_start
|
||||||
}
|
}
|
||||||
|
|
||||||
# Parse argument
|
# Parse argument
|
||||||
|
|
Loading…
Reference in a new issue