mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-02-06 15:05:48 +00:00
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:
parent
67ceaccd4f
commit
26257c53f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user