mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
fix linter errors: bash scripts
This commit is contained in:
parent
25d5df47da
commit
b4430eddcc
2 changed files with 45 additions and 45 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
# `/sbin/setuser www-data` runs the given command as the user `www-data`.
|
||||
cd /srv/webvirtcloud
|
||||
cd /srv/webvirtcloud || exit
|
||||
exec /sbin/setuser www-data /srv/webvirtcloud/venv/bin/gunicorn webvirtcloud.wsgi:application -c /srv/webvirtcloud/gunicorn.conf.py >> /var/log/webvirtcloud.log 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue