mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
Change absolute path of systemctl to /bin/systemctl, so it will work in ubuntu 18.04
This commit is contained in:
parent
9c90a0fa33
commit
a0758fb549
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/systemctl restart docker.service
|
||||
/usr/bin/systemctl enable docker.service
|
||||
/bin/systemctl restart docker.service
|
||||
/bin/systemctl enable docker.service
|
Loading…
Reference in a new issue