浏览代码

Update fusionpbx-maintenance

FusionPBX 4 年之前
父节点
当前提交
816f18c977
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ubuntu/resources/backup/fusionpbx-maintenance

+ 1 - 1
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