diff --git a/install/upgrade_24.12.00.sh b/install/upgrade_24.12.00.sh new file mode 100644 index 0000000000..4401586738 --- /dev/null +++ b/install/upgrade_24.12.00.sh @@ -0,0 +1,9 @@ +#!/bin/sh +if [ -z "$1" ] + then + echo "Please provide the server name to update as the first argument." + exit 1 +fi + +printf "Updating cron configuration\n" +php /usr/local/aspen-discovery/install/updateCron_24.12.00.php $1 diff --git a/install/upgrade_debian_24.12.00.sh b/install/upgrade_debian_24.12.00.sh new file mode 100644 index 0000000000..2dfcb0d44f --- /dev/null +++ b/install/upgrade_debian_24.12.00.sh @@ -0,0 +1,9 @@ +#!/bin/sh +if [ -z "$1" ] + then + echo "Please provide the server name to update as the first argument." + exit 1 +fi + +printf "Updating apache configuration\n" +php /usr/local/aspen-discovery/install/updateCron_24.12.00.php $1