Skip to content

Commit a08af21

Browse files
authored
Update hst-install-ubuntu.sh
1 parent 1178130 commit a08af21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ if [ "$postgresql" = 'yes' ]; then
13751375
ppass=$(gen_pass)
13761376
cp -f $HESTIA_INSTALL_DIR/postgresql/pg_hba.conf /etc/postgresql/*/main/
13771377
systemctl restart postgresql
1378-
sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD '$ppass'"
1378+
sudo -iu postgres psql -c "ALTER USER postgres WITH PASSWORD '$ppass'"
13791379

13801380
# Configuring phpPgAdmin
13811381
if [ "$apache" = 'yes' ]; then

0 commit comments

Comments
 (0)