aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2006-09-05 08:43:55 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2006-09-05 08:43:55 +0000
commit1518b71b8135f75524e1db4adcef7c2e9c8a7f62 (patch)
treeeed70c9a961236024868ae058e875011b26acd71
parent2e4321a18b751cf9e533a34163e14e93d05de4d3 (diff)
downloadrpm-helper-1518b71b8135f75524e1db4adcef7c2e9c8a7f62.tar
rpm-helper-1518b71b8135f75524e1db4adcef7c2e9c8a7f62.tar.gz
rpm-helper-1518b71b8135f75524e1db4adcef7c2e9c8a7f62.tar.bz2
rpm-helper-1518b71b8135f75524e1db4adcef7c2e9c8a7f62.tar.xz
rpm-helper-1518b71b8135f75524e1db4adcef7c2e9c8a7f62.zip
oops, fixed previous commit
-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