use full path

This commit is contained in:
Karol Wypchlo 2021-09-15 13:03:23 +02:00
parent 410ecff4f2
commit 863359f227
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/ash
cli disable $@
/usr/app/bin/cli disable $@

View File

@ -1,3 +1,3 @@
#!/bin/ash
cli enable $@
/usr/app/bin/cli enable $@

View File

@ -1,3 +1,3 @@
#!/bin/ash
cli run $0
/usr/app/bin/cli run $0