Fix unpack script

This commit is contained in:
Jamil Bou Kheir
2021-07-30 00:50:47 +00:00
parent c5d6f6735e
commit bfd1995cfd
7 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ yum install -y kmod-wireguard wireguard-tools
file=(/tmp/firezone*.tar.gz)
/tmp/install.sh /tmp/$file
/tmp/install.sh $file
# systemctl start firezone.service
# systemctl status firezone.service

View File

@@ -24,7 +24,7 @@ yum install -y kmod-wireguard wireguard-tools
file=(/tmp/firezone*.tar.gz)
/tmp/install.sh /tmp/$file
/tmp/install.sh $file
# systemctl start firezone.service

View File

@@ -23,7 +23,7 @@ apt-get install -y -q \
wireguard-tools
file=(/tmp/firezone*.tar.gz)
/tmp/install.sh /tmp/$file
/tmp/install.sh $file

View File

@@ -20,7 +20,7 @@ systemctl enable postgresql
systemctl restart postgresql
file=(/tmp/firezone*.tar.gz)
/tmp/install.sh /tmp/$file
/tmp/install.sh $file

View File

@@ -20,7 +20,7 @@ systemctl enable postgresql
systemctl restart postgresql
file=(/tmp/firezone*.tar.gz)
/tmp/install.sh /tmp/$file
/tmp/install.sh $file
# systemctl start firezone.service
# systemctl status firezone.service

View File

@@ -15,7 +15,7 @@ systemctl enable postgresql
systemctl start postgresql
file=(/tmp/firezone*.tar.gz)
/tmp/install.sh /tmp/$file
/tmp/install.sh $file
# systemctl start firezone
# systemctl status firezone.service

View File

@@ -15,7 +15,7 @@ systemctl enable postgresql
systemctl start postgresql
file=(/tmp/firezone*.tar.gz)
/tmp/install.sh /tmp/$file
/tmp/install.sh $file