mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 23:58:25 -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
|
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 -p /home/notify-app/notifications-api
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user