mirror of
https://github.com/Nathanwoodburn/hnschat-web.git
synced 2025-01-19 04:08:12 +11:00
fix: Create missing dir
This commit is contained in:
parent
80c6ba621e
commit
3928cc5d5f
@ -18,7 +18,8 @@
|
|||||||
"setup"
|
"setup"
|
||||||
],
|
],
|
||||||
"cmds": [
|
"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": {
|
"setup": {
|
||||||
|
Loading…
Reference in New Issue
Block a user