Skip to content

Commit 05b3605

Browse files
author
Kai Hendry
committed
Assets seems to be expected to exist
1 parent 26bd570 commit 05b3605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

start

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ SED
1818
echo "Removing rederive_regex_groups() call"
1919
sed -i '/_rederive_regex_groups();/d' /opt/*/Bugzilla/Install/DB.pm
2020

21-
curl --create-dirs -f -o /opt/bugzilla/data/params.json ${PARAMS_URL}
21+
mkdir -p /opt/bugzilla/data/assets
22+
curl -f -o /opt/bugzilla/data/params.json ${PARAMS_URL}
2223
chmod -R g+rwx /opt/bugzilla/data
2324
chown -R :www-data /opt/bugzilla/data
2425

0 commit comments

Comments
 (0)