Added execution privileges for ngrok

Everything seems to be running, but the tunnel hasn't been created.
However, I realized that I have to change the privileges for ngrok in /opt/ngrok directory.
This commit is contained in:
Hrvoje Matić 2019-08-08 23:46:27 +02:00 committed by GitHub
parent 67ceaccd4f
commit 26257c53f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,7 @@ cd /opt/ngrok
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
unzip ngrok-stable-linux-amd64.zip
chmod +x ngrok
systemctl enable ngrok.service
systemctl start ngrok.service