mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-27 04:40:03 -04:00
Remove verbose logging of directory creation
This commit is contained in:
@@ -5,6 +5,6 @@ echo "Removing application and dependencies"
|
||||
if [ -d "/home/notify-app/notifications-api" ]; then
|
||||
# Remove and re-create the directory
|
||||
rm -rf /home/notify-app/notifications-api
|
||||
mkdir -vp /home/notify-app/notifications-api
|
||||
mkdir -p /home/notify-app/notifications-api
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user