Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/15a4199fa1f10d62a472fbcb6fcdcbb8853e51d7?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Show comment in megacorp_acc firewall example.

pull/7/head
Ferry Boender 10 years ago
parent 0fd145c1fc
commit 15a4199fa1
  1. 2
      examples/megacorp_acc/job_enable_firewall.sh

@ -13,3 +13,5 @@ fi
echo "iptables -A INPUT -p tcp --source $ip_address --dest $NETWORK -j ACCEPT" echo "iptables -A INPUT -p tcp --source $ip_address --dest $NETWORK -j ACCEPT"
echo "echo \"iptables -A INPUT -p tcp --source $ip_address --dest $NETWORK -j ACCEPT\" | at now + $expire_days days" echo "echo \"iptables -A INPUT -p tcp --source $ip_address --dest $NETWORK -j ACCEPT\" | at now + $expire_days days"
echo
echo "Comment: ${comment}"

Loading…
Cancel
Save