Fix /usr/bin/sh not found on Ubuntu 18.04, using /bin/sh instead
This commit is contained in:
parent
2c73665174
commit
39f3d20445
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
cd "$(dirname "$0")"
|
||||
cd ../profiles2
|
||||
|
||||
|
|
Loading…
Reference in a new issue