Fixed missing > when inserting into hostfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user