Removed -l command from the shebang

This commit is contained in:
2020-05-06 12:34:50 +02:00
parent c8d9e2fc74
commit 3f07e64ccb

View File

@@ -1,4 +1,4 @@
#!/bin/sh -l
#!/bin/sh
# e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set
# x would be for showing the commands before they are executed
set -eu