Skip to content

Commit

Permalink
Run patches before upgrading to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Dec 17, 2018
1 parent a7d6e5a commit b296756
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions upgrade.sh
Expand Up @@ -218,6 +218,10 @@ vm.swappiness = 10

echo ""
if [[ $beta =~ ^([yY][eE][sS]|[yY])$ ]]; then

# Make sure NEMS is at the current version with all fixes applied
/usr/local/bin/nems-update

# Backup (to migrate to new database), only if initialized
initialized=`/usr/local/bin/nems-info init`
if [[ $initialized == 1 ]]; then
Expand Down

0 comments on commit b296756

Please sign in to comment.