Skip to content

Commit

Permalink
Update wordpress-jail.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
basilhendroff authored Jan 2, 2021
1 parent 0404f4d commit fda222b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress-jail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if [ -z "${TIME_ZONE}" ]; then
fi

if [ -n "${FILES_PATH}" ] || [ -n "${DB_PATH}" ]; then
print_err 'Configuration error: WP_ROOT replaces FILES_PATH and DB_PATH in newer script versions. Update "${CONFIG_NAME}" and run the script again.'
print_err "Configuration error: WP_ROOT replaces FILES_PATH and DB_PATH in newer script versions. Update ${CONFIG_NAME} and run the script again."
exit 1
fi

Expand Down

0 comments on commit fda222b

Please sign in to comment.