gksu hat sich wieder ein gekriegt :)
This commit is contained in:
parent
ffe57de6c0
commit
37393bcee0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ screenshot() {
|
||||||
sysctl() {
|
sysctl() {
|
||||||
action=$1
|
action=$1
|
||||||
service=$2
|
service=$2
|
||||||
gksu -w -m "$action $service" systemctl $action $service
|
gksu -S -m "$action $service" systemctl $action $service
|
||||||
}
|
}
|
||||||
|
|
||||||
require-service() {
|
require-service() {
|
||||||
|
|
Loading…
Reference in a new issue