(This post was last modified: 23.12.2013, 14:02 by ahlexbetta.)
23.12.2013, 14:01
Dann erzähl mir doch mal bitte warum er an gegebener Stelle; etwa nach dem Entpacken eines Archives (tar.gz), welches ich wohl bemerkt nicht besitze; nach den beiden shells (installdb.sh, twlan.sh) fragt?
PHP Code:
mkdir "$BASEDIR"
f "Could not create directory: check permissions."
printf " ok\n${B1}Step 1 / 3: Extracting contents (this might take a while)$B0... "
tail -n+$TARSTART "$0"|tar xzp -C"$ROOT" 2>/dev/null
f "Could not extract file ($?)."
env -i BASEDIR="$BASEDIR" ROOTPASS="$ROOTPASS" DBPASS="$DBPASS" DB="$DB" \
"$BASEDIR/extra/installdb.sh">/dev/null