diff --git a/bin/lamassu-update b/bin/lamassu-update index 37bc4c55..c4f760d1 100755 --- a/bin/lamassu-update +++ b/bin/lamassu-update @@ -69,4 +69,7 @@ BACKUP_CRON="@daily $BACKUP_CMD > /dev/null" ( (crontab -l 2>/dev/null || echo -n "") | grep -v '@daily.*lamassu-backup-pg'; echo $BACKUP_CRON ) | crontab - >> $LOG_FILE 2>&1 $BACKUP_CMD >> $LOG_FILE 2>&1 +# reset terminal to link new executables +hash -r + decho "Update complete!"