mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-24 09:18:28 +02:00
Merge pull request #69 from olf/upstream
fix typo in test.sh (ngrok not found)
This commit is contained in:
2
test.sh
2
test.sh
@@ -71,7 +71,7 @@ _CHECK_ERRORLOG() {
|
|||||||
if [[ ! -e "ngrok/ngrok" ]]; then
|
if [[ ! -e "ngrok/ngrok" ]]; then
|
||||||
(
|
(
|
||||||
mkdir -p ngrok
|
mkdir -p ngrok
|
||||||
cd ngrog
|
cd ngrok
|
||||||
wget https://dl.ngrok.com/ngrok_2.0.19_linux_amd64.zip -O ngrok.zip
|
wget https://dl.ngrok.com/ngrok_2.0.19_linux_amd64.zip -O ngrok.zip
|
||||||
unzip ngrok.zip ngrok
|
unzip ngrok.zip ngrok
|
||||||
chmod +x ngrok
|
chmod +x ngrok
|
||||||
|
|||||||
Reference in New Issue
Block a user