Skip to content

Commit 49087c0

Browse files
author
Oliver Cervera
authored
Just a tiny output fix
1 parent 280deca commit 49087c0

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
@@ -69,8 +69,8 @@ function main(){
6969
mklog "WARN: Script configuration file not found! The script cannot be run! Please check and try again!"
7070
exit 1;
7171
else
72-
echo "Configuration file found!"
73-
mklog "INFO: Script configuration file found!"
72+
echo "Configuration file found."
73+
mklog "INFO: Script configuration file found."
7474
fi
7575

7676
# install markdown if not found

0 commit comments

Comments
 (0)