forked from norman/fusionpbx-install.sh-github-mirror
Update postgres.sh
This commit is contained in:
@@ -58,7 +58,7 @@ if [ ."$database_version" = ."9.4" ]; then
|
|||||||
sudo -u postgres /usr/local/bin/pg_ctl -D /var/db/postgres/data94 -l logfile start
|
sudo -u postgres /usr/local/bin/pg_ctl -D /var/db/postgres/data94 -l logfile start
|
||||||
fi
|
fi
|
||||||
if [ ."$database_version" = ."9.3" ]; then
|
if [ ."$database_version" = ."9.3" ]; then
|
||||||
sudo -u postgres /usr/local/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start
|
sudo -u pgsql /usr/local/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#restart the service
|
#restart the service
|
||||||
|
|||||||
Reference in New Issue
Block a user