From 5eed016e92156b17e34fe98d5307735401793445 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 18 Feb 2021 16:40:46 +0100 Subject: [PATCH] Update run --- filebrowser/run | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/filebrowser/run b/filebrowser/run index f3b1dd804..ef2e3dec5 100644 --- a/filebrowser/run +++ b/filebrowser/run @@ -1,15 +1,15 @@ #!/usr/bin/env bashio -############### -# SET UID GID # -############### +#################### +# SET UID GID v1.0 # +#################### bashio::log.info 'PUID GUID set to root' PUID=0 PGID=0 -#################### -# MOUNT SMB SHARES # -#################### +######################### +# MOUNT SMB SHARES v1.0 # +######################### if bashio::config.has_value 'networkdisks'; then # Mount CIFS Share if configured and if Protection Mode is active bashio::log.info 'Mounting smb share(s)...' @@ -31,9 +31,9 @@ if bashio::config.has_value 'networkdisks'; then done || true fi -################ -# SSL CONFIG # -################ +################### +# SSL CONFIG v1.0 # +################### bashio::config.require.ssl if bashio::config.true 'ssl'; then