mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-19 05:10:56 +00:00
Merge pull request #11 from riegercloud/work
remove leading whitespaces
This commit is contained in:
@@ -86,6 +86,8 @@ array (
|
|||||||
'trashbin_retention_obligation' => 'auto, 7',
|
'trashbin_retention_obligation' => 'auto, 7',
|
||||||
);
|
);
|
||||||
EOF
|
EOF
|
||||||
|
###remove leading whitespaces
|
||||||
|
sed -i 's/^[ ]*//' /var/www/nextcloud/config/config.php
|
||||||
restart_all_services
|
restart_all_services
|
||||||
update_and_clean
|
update_and_clean
|
||||||
###installfail2ban
|
###installfail2ban
|
||||||
|
|||||||
Reference in New Issue
Block a user