Tweak how backups are configured, to be a tad more generic

This commit is contained in:
Lance Edgar 2019-09-11 17:33:40 -05:00
parent 74308b26a5
commit 9adc5a5b79
2 changed files with 8 additions and 4 deletions

View file

@ -26,7 +26,7 @@ if [ "$(sudo -u ${user} git status --porcelain)" != '' ]; then
exit 1
fi
sudo -u ${user} git pull $QUIET
sudo -u ${user} find . -name '*.pyc' -delete
sudo find . -name '*.pyc' -delete
$PIP install $QUIET --upgrade --upgrade-strategy eager --editable .
# run backup