Update fusionpbx-maintenance

This commit is contained in:
FusionPBX 2021-09-18 13:31:26 -06:00 committed by GitHub
parent c6da1e217b
commit 816f18c977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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