mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Fix postgresql-setup args
This commit is contained in:
@@ -8,7 +8,7 @@ yum install -y \
|
||||
postgresql-server \
|
||||
systemd \
|
||||
iptables
|
||||
postgresql-setup initdb
|
||||
postgresql-setup --initdb --unit postgresql
|
||||
systemctl restart postgresql
|
||||
|
||||
# Install WireGuard
|
||||
|
||||
@@ -8,7 +8,7 @@ yum install -y \
|
||||
postgresql-server \
|
||||
systemd \
|
||||
iptables
|
||||
postgresql-setup initdb
|
||||
postgresql-setup --initdb --unit postgresql
|
||||
systemctl restart postgresql
|
||||
|
||||
# Install WireGuard
|
||||
|
||||
@@ -9,10 +9,10 @@ yum install -y \
|
||||
systemd \
|
||||
iptables \
|
||||
wireguard-tools
|
||||
postgresql-setup initdb
|
||||
postgresql-setup --initdb --unit postgresql
|
||||
systemctl restart postgresql
|
||||
|
||||
rpm -ivh /tmp/firezone*.rpm
|
||||
systemctl start firezone || true
|
||||
systemctl start firezone
|
||||
systemctl status firezone.service
|
||||
journalctl -xeu firezone
|
||||
|
||||
@@ -9,10 +9,10 @@ yum install -y \
|
||||
systemd \
|
||||
iptables \
|
||||
wireguard-tools
|
||||
postgresql-setup initdb
|
||||
postgresql-setup --initdb --unit postgresql
|
||||
systemctl restart postgresql
|
||||
|
||||
rpm -ivh /tmp/firezone*.rpm
|
||||
systemctl start firezone || true
|
||||
systemctl start firezone
|
||||
systemctl status firezone.service
|
||||
journalctl -xeu firezone
|
||||
|
||||
Reference in New Issue
Block a user