mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-24 23:02:55 +02:00
Termix: precreate db/data directory on fresh installs
This commit is contained in:
@@ -85,7 +85,8 @@ mkdir -p /opt/termix/data \
|
||||
/opt/termix/nginx \
|
||||
/opt/termix/nginx/logs \
|
||||
/opt/termix/nginx/cache \
|
||||
/opt/termix/nginx/client_body
|
||||
/opt/termix/nginx/client_body \
|
||||
/opt/termix/db/data
|
||||
|
||||
cp -r /opt/termix/dist/* /opt/termix/html/ 2>/dev/null || true
|
||||
cp -r /opt/termix/src/locales /opt/termix/html/locales 2>/dev/null || true
|
||||
|
||||
Reference in New Issue
Block a user