apache: remove php5-cgi support, always generate php config
[hcoop/domtool2.git] / scripts / domtool-publish
index 1f1129e..31cc351 100755 (executable)
@@ -2,7 +2,8 @@
 
 # grab tokens in case they were dropped by sudo
 if [ -x "$(which aklog)" ]; then
-    aklog
+    # ignore exit code, may fail on older versions
+    aklog || true
 fi
 
 redo_exim() {