Skip to content

Commit

Permalink
Create the upload directory
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindhagberg committed Oct 8, 2024
1 parent 995742f commit ffeea5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ `whoami` != "root" ]; then
fi

# make dirs
mkdir -p /var/www/nivlheim/{db,certs,CA,queue}
mkdir -p /var/www/nivlheim/{db,certs,CA,queue,upload}
mkdir -p /var/log/nivlheim
mkdir -p /var/log/httpd

Expand Down

0 comments on commit ffeea5f

Please sign in to comment.