Fixed missing > when inserting into hostfile

This commit is contained in:
2021-01-19 12:15:28 +00:00
parent bebfccec99
commit b97a5708b6

View File

@@ -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