From b97a5708b6b8297e4bdaa8981162540a0cda59a9 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 19 Jan 2021 12:15:28 +0000 Subject: [PATCH] Fixed missing > when inserting into hostfile --- Server/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/install.sh b/Server/install.sh index 405012f..2104b53 100644 --- a/Server/install.sh +++ b/Server/install.sh @@ -64,7 +64,7 @@ wget https://git.bprieshof.nl/ci/Releases/ShellHub/"$RelVer"/nginx.env -O /opt/S mv config/openresty.conf /usr/local/openresty/nginx/conf/nginx.conf mkdir /var/run/openresty echo "d /var/run/openresty 0755 root root - -" > /usr/lib/tmpfiles.d/openresty-custom.conf -echo " 127.0.0.1 ui api ssh mongo" > /etc/hosts +echo " 127.0.0.1 ui api ssh mongo" >> /etc/hosts systemctl start openresty mongod ##Setup Binaries