indent by 4

This commit is contained in:
marschap
2006-10-21 17:40:14 +00:00
parent 8fb54a71ff
commit ddf98e9a86
4 changed files with 19 additions and 24 deletions
-5
View File
@@ -29,11 +29,6 @@ if [ "${START}" != "yes" ]; then
exit 0 exit 0
fi fi
# if no OPTIONS are defined use default options
if [ -z "${OPTIONS}" ]; then
OPTIONS="-c /etc/lcdproc/LCDd.conf"
fi
# installation check # installation check
test -x $DAEMON || exit 5 test -x $DAEMON || exit 5