Skip to content

Commit

Permalink
DIS-74 - Library Wrapped
Browse files Browse the repository at this point in the history
Automatically update cron for library wrapped
  • Loading branch information
mdnoble73 committed Dec 17, 2024
1 parent 3fd13f8 commit 1cfc984
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install/upgrade_24.12.00.sh
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions install/upgrade_debian_24.12.00.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1cfc984

Please sign in to comment.