Fix /usr/bin/sh not found on Ubuntu 18.04, using /bin/sh instead

This commit is contained in:
Norbert Renner 2020-01-22 10:59:48 +01:00
parent 2c73665174
commit 39f3d20445

View file

@ -1,4 +1,4 @@
#!/usr/bin/sh #!/bin/sh
cd "$(dirname "$0")" cd "$(dirname "$0")"
cd ../profiles2 cd ../profiles2