hypernatic.net
03-11-2002, 12:50 PM
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? :(
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? :(
