diff --git a/ubuntu/resources/backup/fusionpbx-maintenance b/ubuntu/resources/backup/fusionpbx-maintenance index ea36249..78d906e 100755 --- a/ubuntu/resources/backup/fusionpbx-maintenance +++ b/ubuntu/resources/backup/fusionpbx-maintenance @@ -27,7 +27,7 @@ now=$(date +%Y-%m-%d) #make sure the directory exists if [ -e /var/backups/fusionpbx/postgresql ]; then - echo "postgres backup directory exists" + echo " " else mkdir -p /var/backups/fusionpbx/postgresql fi