forked from norman/fusionpbx-install.sh-github-mirror
Update postgresql.sh
This commit is contained in:
12
debian/resources/postgresql.sh
vendored
12
debian/resources/postgresql.sh
vendored
@@ -57,12 +57,12 @@ systemctl restart postgresql
|
|||||||
#/usr/sbin/service postgresql restart
|
#/usr/sbin/service postgresql restart
|
||||||
|
|
||||||
#install the database backup
|
#install the database backup
|
||||||
cp backup/fusionpbx-backup /etc/cron.daily
|
#cp backup/fusionpbx-backup /etc/cron.daily
|
||||||
cp backup/fusionpbx-maintenance /etc/cron.daily
|
#cp backup/fusionpbx-maintenance /etc/cron.daily
|
||||||
chmod 755 /etc/cron.daily/fusionpbx-backup
|
#chmod 755 /etc/cron.daily/fusionpbx-backup
|
||||||
chmod 755 /etc/cron.daily/fusionpbx-maintenance
|
#chmod 755 /etc/cron.daily/fusionpbx-maintenance
|
||||||
sed -i "s/zzz/$password/g" /etc/cron.daily/fusionpbx-backup
|
#sed -i "s/zzz/$password/g" /etc/cron.daily/fusionpbx-backup
|
||||||
sed -i "s/zzz/$password/g" /etc/cron.daily/fusionpbx-maintenance
|
#sed -i "s/zzz/$password/g" /etc/cron.daily/fusionpbx-maintenance
|
||||||
|
|
||||||
#move to /tmp to prevent a red herring error when running sudo with psql
|
#move to /tmp to prevent a red herring error when running sudo with psql
|
||||||
cwd=$(pwd)
|
cwd=$(pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user