cleanup of whitespaces in scripts

This commit is contained in:
mdipierro
2013-03-29 02:30:15 -05:00
parent 244d3c68eb
commit 706324b9c6
15 changed files with 411 additions and 427 deletions
+2 -3
View File
@@ -11,11 +11,11 @@
# # chkconfig: 2345 90 10
# # description: web2py-scheduler
#
# 4) make it executable with
# 4) make it executable with
#
# chmod 755 web2py-scheduler
#
# 5) add it to startup with
# 5) add it to startup with
#
# chkconfig --add web2py-scheduler
#
@@ -64,4 +64,3 @@ case "$1" in
;;
esac
exit 0