diff --git a/emby/root/etc/cont-init.d/92-smb_mounts_v1.2 b/emby/root/etc/cont-init.d/92-smb_mounts_v1.2 index 3551a73b8..f89105fca 100644 --- a/emby/root/etc/cont-init.d/92-smb_mounts_v1.2 +++ b/emby/root/etc/cont-init.d/92-smb_mounts_v1.2 @@ -61,10 +61,10 @@ if bashio::config.has_value 'networkdisks'; then if [ $? != 0 ]; then # message if still fail - bashio::log.critical "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share + bashio::log.fatal "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share else # test write permissions - touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.critical "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" + touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.fatal "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" fi done diff --git a/jellyfin/root/etc/cont-init.d/92-smb_mounts_v1.2.sh b/jellyfin/root/etc/cont-init.d/92-smb_mounts_v1.2.sh index 3551a73b8..f89105fca 100644 --- a/jellyfin/root/etc/cont-init.d/92-smb_mounts_v1.2.sh +++ b/jellyfin/root/etc/cont-init.d/92-smb_mounts_v1.2.sh @@ -61,10 +61,10 @@ if bashio::config.has_value 'networkdisks'; then if [ $? != 0 ]; then # message if still fail - bashio::log.critical "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share + bashio::log.fatal "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share else # test write permissions - touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.critical "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" + touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.fatal "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" fi done diff --git a/papermerge/rootfs/etc/cont-init.d/92-smb_mounts_v1.2 b/papermerge/rootfs/etc/cont-init.d/92-smb_mounts_v1.2 index 3551a73b8..f89105fca 100644 --- a/papermerge/rootfs/etc/cont-init.d/92-smb_mounts_v1.2 +++ b/papermerge/rootfs/etc/cont-init.d/92-smb_mounts_v1.2 @@ -61,10 +61,10 @@ if bashio::config.has_value 'networkdisks'; then if [ $? != 0 ]; then # message if still fail - bashio::log.critical "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share + bashio::log.fatal "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share else # test write permissions - touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.critical "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" + touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.fatal "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" fi done diff --git a/plex/root/etc/cont-init.d/92-smb_mounts_v1.2 b/plex/root/etc/cont-init.d/92-smb_mounts_v1.2 index 3551a73b8..f89105fca 100644 --- a/plex/root/etc/cont-init.d/92-smb_mounts_v1.2 +++ b/plex/root/etc/cont-init.d/92-smb_mounts_v1.2 @@ -61,10 +61,10 @@ if bashio::config.has_value 'networkdisks'; then if [ $? != 0 ]; then # message if still fail - bashio::log.critical "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share + bashio::log.fatal "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share else # test write permissions - touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.critical "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" + touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.fatal "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" fi done diff --git a/transmission/rootfs/etc/cont-init.d/92-smb_mounts_v1.2.sh b/transmission/rootfs/etc/cont-init.d/92-smb_mounts_v1.2.sh index 3551a73b8..f89105fca 100644 --- a/transmission/rootfs/etc/cont-init.d/92-smb_mounts_v1.2.sh +++ b/transmission/rootfs/etc/cont-init.d/92-smb_mounts_v1.2.sh @@ -61,10 +61,10 @@ if bashio::config.has_value 'networkdisks'; then if [ $? != 0 ]; then # message if still fail - bashio::log.critical "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share + bashio::log.fatal "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share else # test write permissions - touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.critical "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" + touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.fatal "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" fi done diff --git a/ubooquity/rootfs/etc/cont-init.d/92-smb_mounts_v1.2 b/ubooquity/rootfs/etc/cont-init.d/92-smb_mounts_v1.2 index 3551a73b8..f89105fca 100644 --- a/ubooquity/rootfs/etc/cont-init.d/92-smb_mounts_v1.2 +++ b/ubooquity/rootfs/etc/cont-init.d/92-smb_mounts_v1.2 @@ -61,10 +61,10 @@ if bashio::config.has_value 'networkdisks'; then if [ $? != 0 ]; then # message if still fail - bashio::log.critical "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share + bashio::log.fatal "Unable to mount $disk to /mnt/$diskname with username $CIFS_USERNAME, $CIFS_PASSWORD . Please check your remote share path, the username and password, and try to check the smbv1 box in option if your share is using smb v1" # Mount share else # test write permissions - touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.critical "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" + touch /mnt/$diskname/testaze && rm /mnt/$diskname/testaze || bashio::log.fatal "Unable to write in the shared disk. Please check UID/GID for permissions, and if the share is rw" fi done