fix setup.sh templating
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f4303e9a0e
commit
b024a6eed6
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir -p "{{ getv("/webdav/root/dir", "/usr/local/apache2/uploads") }}"
|
||||
chown -R www-data:www-data "{{ getv("/webdav/root/dir", "/usr/local/apache2/uploads") }}"
|
||||
mkdir -p "$(dirname "{{ getv("/webdav/lock/path", "/usr/local/apache2/var/DavLock") }}")"
|
||||
chown -R www-data:www-data "$(dirname "{{ getv("/webdav/lock/path", "/usr/local/apache2/var/DavLock") }}")"
|
||||
mkdir -p "{{ getv("/webdav/dir", "/usr/local/apache2/uploads") }}"
|
||||
chown -R www-data:www-data "{{ getv("/webdav/dir", "/usr/local/apache2/uploads") }}"
|
||||
mkdir -p "$(dirname "{{ getv("/webdav/lock", "/usr/local/apache2/var/DavLock") }}")"
|
||||
chown -R www-data:www-data "$(dirname "{{ getv("/webdav/lock", "/usr/local/apache2/var/DavLock") }}")"
|
||||
|
Loading…
x
Reference in New Issue
Block a user