We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bd570 commit 05b3605Copy full SHA for 05b3605
start
@@ -18,7 +18,8 @@ SED
18
echo "Removing rederive_regex_groups() call"
19
sed -i '/_rederive_regex_groups();/d' /opt/*/Bugzilla/Install/DB.pm
20
21
-curl --create-dirs -f -o /opt/bugzilla/data/params.json ${PARAMS_URL}
+mkdir -p /opt/bugzilla/data/assets
22
+curl -f -o /opt/bugzilla/data/params.json ${PARAMS_URL}
23
chmod -R g+rwx /opt/bugzilla/data
24
chown -R :www-data /opt/bugzilla/data
25
0 commit comments