Update fusionpbx-maintenance

This commit is contained in:
FusionPBX
2021-09-18 13:31:26 -06:00
committed by GitHub
parent c6da1e217b
commit 816f18c977

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