Remove verbose logging of directory creation

This commit is contained in:
Imdad Ahad
2017-02-14 11:37:47 +00:00
parent 5ac3643d9d
commit 2e4b09154e

View File

@@ -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