Skip to content

Commit fc61e84

Browse files
committed
make compatible with more shells
1 parent e00ef96 commit fc61e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crontroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ reload_crontab(){
6161
echo "# $f"
6262
echo -n "$data"
6363
printf "$logcommand" "$logdir/$f"
64-
echo "\n"
64+
echo
6565
done
6666
fi|crontab -
6767
}

0 commit comments

Comments
 (0)