test
This commit is contained in:
parent
487fbcf8ea
commit
0a98381bd7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ db_pass=$(cat "$__object/parameter/db-pass")
|
||||||
admin_user=$(cat "$__object/parameter/admin-user")
|
admin_user=$(cat "$__object/parameter/admin-user")
|
||||||
admin_pass=$(cat "$__object/parameter/admin-pass")
|
admin_pass=$(cat "$__object/parameter/admin-pass")
|
||||||
domain=$(cat "$__object/parameter/domain")
|
domain=$(cat "$__object/parameter/domain")
|
||||||
INSTALL_STATE="$([ -d /var/www/nextcloud ] && cd /var/www/nextcloud && sudo -u www-data php occ status| grep -o true)"
|
INSTALL_STATE="$([ -d /var/www/nextcloud ] && cd /var/www/nextcloud && sudo -u www-data php occ status| grep -o true)"
|
||||||
|
|
||||||
# TODO check shasum of tar ball
|
# TODO check shasum of tar ball
|
||||||
cat <<eof
|
cat <<eof
|
||||||
|
|
Loading…
Reference in a new issue