Skip to content

Commit

Permalink
Update migrate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mackhendricks committed Mar 31, 2023
1 parent 4e717ae commit d2b1e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/upgrade/v0.72/scripts/migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,8 @@ else
fi

printdbg 'installing python dependencies for the GUI'
python3 -m pip install --force-reinstall -r ${DSIP_PROJECT_DIR}/gui/requirements.txt
python3 -m pip install -r ${DSIP_PROJECT_DIR}/gui/requirements.txt
python3 -m pip install --force-reinstall Werkzeug

printdbg 'generating dynamic config files for the GUI'
dsiprouter configuredsip &&
Expand Down

0 comments on commit d2b1e55

Please sign in to comment.