|
@ -76,6 +76,10 @@ get_admin_user_password() { |
|
|
fi |
|
|
fi |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
## only called after first install and occ is available |
|
|
|
|
|
nextcloud:init() { |
|
|
|
|
|
occ app:disable updatenotification nextcloud_announcements |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
create_occ_if_not_exists() { |
|
|
create_occ_if_not_exists() { |
|
|
|
|
|
|
|
@ -110,6 +114,7 @@ create_occ_if_not_exists() { |
|
|
err "Expected last command to create /var/www/html/occ" |
|
|
err "Expected last command to create /var/www/html/occ" |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
nextcloud:init |
|
|
fi |
|
|
fi |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|