ソースを参照

Update postgres.sh

FusionPBX 8 年 前
コミット
2377fd8bc4
1 ファイル変更1 行追加0 行削除
  1. 1 0
      debian/resources/postgres.sh

+ 1 - 0
debian/resources/postgres.sh

@@ -68,6 +68,7 @@ sed -i "s/zzz/$password/g" /etc/cron.daily/fusionpbx-backup.sh
 #move to /tmp to prevent a red herring error when running sudo with psql
 cwd=$(pwd)
 cd /tmp
+
 #add the databases, users and grant permissions to them
 sudo -u postgres psql -d fusionpbx -c "DROP SCHEMA public cascade;";
 sudo -u postgres psql -d fusionpbx -c "CREATE SCHEMA public;";