Skip to content

Commit c16ef2b

Browse files
author
Oliver Cervera
authored
Update snapraid-aio-script.sh
Small wording improvements
1 parent 2fc7f53 commit c16ef2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snapraid-aio-script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,11 +1004,11 @@ if [ $result -eq 0 ]; then
10041004

10051005
elif [ $result -eq 2 ]; then
10061006
# 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:"
10081008
for file in "${conf_files[@]}"; do
10091009
echo "$file"
10101010
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."
10121012
SUBJECT="[WARNING] - Multiple SnapRAID configuration files!"
10131013
FORMATTED_CONF="\`$SNAPRAID_CONF\`"
10141014
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

Comments
 (0)