Shell Script not working

Hi

I tried to make this auto install shell script, however, it works like crap...

#!/bin/bash
mkdir /tmp/DIRECTORY
...blablabla...
it fails right there at the second line...
It doesn't create /tmp/DIRECTORY but it creates /tmp/DIRECTORY?

Anyone know what the hell is going on? Shell Script not working

 

 

 

 

Top