mirror of
https://github.com/Nathanwoodburn/hnschat-web.git
synced 2025-01-18 11:48:13 +11:00
fix: Create missing dir
This commit is contained in:
parent
80c6ba621e
commit
3928cc5d5f
@ -18,7 +18,8 @@
|
||||
"setup"
|
||||
],
|
||||
"cmds": [
|
||||
"mkdir -p /var/log/apache2 && mkdir -p /var/cache/apache2"
|
||||
"mkdir -p /var/log/apache2 && mkdir -p /var/cache/apache2 && mkdir -p /etc/apache2/sites-available",
|
||||
"cp /assets/apache.template.conf /etc/apache2/sites-available/000-default.conf"
|
||||
]
|
||||
},
|
||||
"setup": {
|
||||
|
Loading…
Reference in New Issue
Block a user