Skip to content
Snippets Groups Projects
Commit 2080d654 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

rpi script

parent a7868f25
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,9 @@ workdir /src ...@@ -13,8 +13,9 @@ workdir /src
run curl https://ipinfo.io/ip > /tmp/myip run curl https://ipinfo.io/ip > /tmp/myip
run echo "<h2>PLease set DNS:</h2>" >> /src/_a_help.html run echo "<h2>PLease set DNS:</h2>" >> /src/_a_help.html
run echo "<h2>getwashconnect.com $(cat /tmp/myip)</h2>" >> /src/_a_help.html run echo "<h2>getwashconnect.com</h2>" >> /src/_a_help.html
run echo "<h2>us-central1-washmobilepay.cloudfunctions.net $(cat /tmp/myip)</h2>" >> /src/_a_help.html run echo "<h2>us-central1-washmobilepay.cloudfunctions.net</h2>" >> /src/_a_help.html
run echo "<h2>o424104.ingest.sentry.io $(cat /tmp/myip)</h2>" >> /src/_a_help.html run echo "<h2>o424104.ingest.sentry.io</h2>" >> /src/_a_help.html
cmd bash -c "echo -e 'python3 -m http.server & \n python3 httpd-standalone-ssl.py' | bash" run echo "<h2>TO:</h2>" >> /src/_a_help.html
cmd bash -c "echo -e 'echo \"<h2>$(curl https://ipinfo.io/ip)</h2>\" >> /src/_a_help.html \n python3 -m http.server & \n python3 httpd-standalone-ssl.py' | bash"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment