13.09.2011, 15:10
I checked the script and found the line where the error must have occurred... but I don't know where the error really is.
It could be one of these things missing or not working in the console: tail, tar, gzip/bzip2
It also could be something else, I'm not that good in shell scripts.
Just try to find out whether one of the commands mentioned above is missing.
Greetings
Molt
Code:
tail -n+$TARSTART "$0"|tar xzp -C"$ROOT" 2>/dev/null
It also could be something else, I'm not that good in shell scripts.
Just try to find out whether one of the commands mentioned above is missing.
Greetings
Molt