At the beginning of the file on my server (linux), which is located in the /etc/init.d/ folder, I have this line:
!/bin/sh -e
What does this mean, because every time I execute the rest of the script, it works fine, except for an error that shows:
!/bin/sh not found
Any ideas?
linux shell
user188962
source share