You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snapraid-aio-script.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1004,11 +1004,11 @@ if [ $result -eq 0 ]; then
1004
1004
1005
1005
elif [ $result-eq 2 ];then
1006
1006
# Multiple SnapRAID config files found, stopping the script
1007
-
echo"Stopping the script due to multiple SnapRAID configuration files. Please choose one config file and update your settings in the script-config file at ""$CONFIG_FILE"". SnapRAID config files to be chosen:"
1007
+
echo"Stopping the script due to multiple SnapRAID configuration files. Please choose one config file and update your settings in the script-config file at ""$CONFIG_FILE"". Available SnapRAID config files:"
1008
1008
forfilein"${conf_files[@]}";do
1009
1009
echo"$file"
1010
1010
done
1011
-
mklog "WARN: Stopping the script due to multiple SnapRAID configuration files. Please pick up one config file and update your settings."
1011
+
mklog "WARN: Stopping the script due to multiple SnapRAID configuration files. Please choose up one config file and update your settings."
NOTIFY_OUTPUT="$SUBJECT Stopping the script due to multiple SnapRAID configuration files. Please choose one config file and update your settings in the script-config file at ""$CONFIG_FILE""."
0 commit comments