added extra space at end of each logged message

This commit is contained in:
lee2sman 2021-07-18 21:31:47 -04:00
parent b79c00e63a
commit 3938fbcf75
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ for option in $argv
switch "$option"
case -m --message
date +"%D" >> $LOG_LOCATION
echo $argv[2] >> $LOG_LOCATION
echo -e $argv[2] \n >> $LOG_LOCATION
break
case -h --help
print_usage