From 097de6dc97dc3aa92d3fbcf96f7d43a886cc2a32 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Sat, 6 Oct 2018 13:19:52 +0200 Subject: [PATCH] update from master branch, not stable branch --- bin/lamassu-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/lamassu-update b/bin/lamassu-update index 1f8dd652..69cd396e 100755 --- a/bin/lamassu-update +++ b/bin/lamassu-update @@ -45,7 +45,7 @@ decho "version installed $(node -v)" export NPM_BIN=$(npm -g bin) decho "updating lamassu-server" -npm -g install lamassu/lamassu-server#stable --unsafe-perm >> ${LOG_FILE} 2>&1 +npm -g install lamassu/lamassu-server#master --unsafe-perm >> ${LOG_FILE} 2>&1 decho "rebuilding npm deps" cd $(npm root -g)/lamassu-server/ >> ${LOG_FILE} 2>&1 @@ -73,7 +73,7 @@ $BACKUP_CMD >> $LOG_FILE 2>&1 decho "updating motd scripts" set +e -chmod -x /etc/update-motd.d/*-release-upgrade +chmod -x /etc/update-motd.d/*-release-upgrade chmod -x /etc/update-motd.d/*-updates-available chmod -x /etc/update-motd.d/*-reboot-required chmod -x /etc/update-motd.d/*-help-text