just playing around on my server to get script the setup of the next server. Everything works - now I want to run it on the new server i got an error like this:
sudo sh setup.sh Hostname is dinozzo setup.sh: 10: setup.sh: [[: not found
The Script to start is not that much. Line 10 is
if [[ "$INT_DEV_HOSTNAME" ]]; then
But I don't get it why it is not working on Ubuntu 14.04.5 LTS.