mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Cancel uninstalling all py3 packages
This commit is contained in:
@@ -6,9 +6,5 @@ if [ -d "/home/notify-app/notifications-api" ]; then
|
|||||||
# Remove and re-create the directory
|
# Remove and re-create the directory
|
||||||
rm -rf /home/notify-app/notifications-api
|
rm -rf /home/notify-app/notifications-api
|
||||||
mkdir -vp /home/notify-app/notifications-api
|
mkdir -vp /home/notify-app/notifications-api
|
||||||
# Remove installed py3 packages
|
|
||||||
pip3 freeze | xargs pip3 uninstall -y
|
|
||||||
else
|
|
||||||
echo "Directory does not exist, something went wrong!"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user