mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix SC
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
e61b55ceab
commit
0ea456ace1
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ grep '# TODO!' sample.conf > todo.conf
|
|||
grep -v '# TODO!\|_ENABLED' sample.conf > temp.conf
|
||||
grep '_ENABLED' sample.conf > enabled.conf
|
||||
cat todo.conf > sample.conf
|
||||
# shellcheck disable=SC2129
|
||||
echo '' >> sample.conf
|
||||
cat enabled.conf >> sample.conf
|
||||
echo '' >> sample.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue