From c9d8cb8e2f5601e5c861c20e912d1bb2763da3a6 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 31 Dec 2014 10:46:47 +0100 Subject: [PATCH] Remove OWNER and GROUP deprecated parameters --- check_rc_upgrade.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/check_rc_upgrade.sh b/check_rc_upgrade.sh index e5701f1..2d437ff 100755 --- a/check_rc_upgrade.sh +++ b/check_rc_upgrade.sh @@ -1,5 +1,7 @@ #!/bin/bash +### CONFIGURATION ### + #NAME="My Roundcube" RC_HOME=/var/www/webmail/public_html MAIL=root @@ -12,8 +14,8 @@ SLEEP_ON_FAILED=10 CHECK_URL=http://www.roundcube.net/download DOWNLOAD=0 DOWNLOAD_DIR=$RC_HOME/../upstream -OWNER=root -GROUP=www-data + +### DO NOT MODIFY AFTER THIS LINE ### DEBUG=0 NAGIOS=0