aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdel-webapp2
1 files changed, 1 insertions, 1 deletions
diff --git a/del-webapp b/del-webapp
index 110c00a..ec407a8 100755
--- a/del-webapp
+++ b/del-webapp
@@ -15,7 +15,7 @@ if [ $num = 0 ]; then
# uninstallation: restart web server if running,
# a there is one less configuration file
/sbin/service httpd condrestart
- ]
+ fi
else
# update: just reload web server if running,
# as the number of configuration files didn't change