Merge pull request #3 from HEBOS/patch-1

Added execution privileges for ngrok
This commit is contained in:
Vincent Hsu 2019-09-02 23:51:26 +08:00 committed by GitHub
commit ed3725bfa4
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