grav: remove unused code

This commit is contained in:
Andreas Zweili 2021-02-01 13:58:18 +01:00
parent da846ece88
commit de58545b20
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#!/bin/ash
[ -f /run-pre.sh ] && /run-pre.sh
if [ ! -d /usr/html ] ; then
mkdir -p /usr/html
chown -R nginx:nginx /usr/html