Add --verbose
flag for backup-everything script
This commit is contained in:
parent
422abe25e1
commit
e740a6ad31
|
@ -13,7 +13,7 @@ else
|
|||
fi
|
||||
|
||||
|
||||
RATTAIL="/srv/envs/${envname}/bin/rattail --config=$CONFIG $PROGRESS"
|
||||
RATTAIL="/srv/envs/${envname}/bin/rattail --config=$CONFIG $PROGRESS $VERBOSE"
|
||||
PIP="sudo -u ${user} PIP_CONFIG_FILE=/srv/envs/${envname}/pip.conf /srv/envs/${envname}/bin/pip"
|
||||
|
||||
# upgrade pip
|
||||
|
|
Loading…
Reference in a new issue