Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/blame/commit/c844d733bedf6505b1e34f91305db31237905944/examples/simple/job_import.sh You should set ROOT_URL correctly, otherwise the web may not work correctly.
scriptform/examples/simple/job_import.sh

11 lines
256 B

10 years ago
#!/bin/sh
10 years ago
MYSQL_DEFAULTS_FILE="my.cnf"
MYSQL="mysql --defaults-file=$MYSQL_DEFAULTS_FILE"
echo "This is what would be executed if this wasn't a fake script:"
echo
echo "echo 'DROP DATABASE $target_db' | $MYSQL"
echo "$MYSQL ${target_db} < ${sql_file}"