mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 10:54:14 +02:00
Update 02-init_steps.sh
This commit is contained in:
@@ -134,7 +134,7 @@ done
|
|||||||
# Enable thumbnails #
|
# Enable thumbnails #
|
||||||
#####################
|
#####################
|
||||||
|
|
||||||
if bashio::config.true "Enable_thumbnails"; then
|
if bashio::config.true "enable_thumbnails"; then
|
||||||
echo "... Enabling thumbnails"
|
echo "... Enabling thumbnails"
|
||||||
for files in /defaults/config.php /data/config/www/nextcloud/config/config.php; do
|
for files in /defaults/config.php /data/config/www/nextcloud/config/config.php; do
|
||||||
if [ -f "$files" ]; then
|
if [ -f "$files" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user