Script improvements
This commit is contained in:
@@ -71,11 +71,15 @@ in {
|
|||||||
$OCC maintenance:repair --include-expensive --no-interaction
|
$OCC maintenance:repair --include-expensive --no-interaction
|
||||||
$OCC db:add-missing-indices --no-interaction
|
$OCC db:add-missing-indices --no-interaction
|
||||||
|
|
||||||
echo "Applying settings..."
|
echo "Applying Settings..."
|
||||||
|
|
||||||
$OCC app:install calendar || true
|
$OCC config:system:set default_phone_region --value="CH"
|
||||||
$OCC config:system:set phone_region --value="CH"
|
$OCC config:system:set overwriteprotocol --value="https"
|
||||||
$OCC config:app:set core backgroundjobs_mode --value="cron"
|
$OCC config:app:set core backgroundjobs_mode --value="cron"
|
||||||
|
$OCC config:system:set maintenance_window_start --type=integer --value=1
|
||||||
|
|
||||||
|
echo "Applying Apps..."
|
||||||
|
$OCC app:install calendar || true
|
||||||
|
|
||||||
|
|
||||||
echo "Completed Setup"
|
echo "Completed Setup"
|
||||||
|
|||||||
Reference in New Issue
Block a user