Add reinstall ufw option

This commit is contained in:
Taylor Helsper 2020-03-02 23:26:29 -06:00
parent b8e49508fe
commit 572dbaacb7
2 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,9 @@ elif [ "$APP" = "rtl" ]; then
elif [ "$APP" = "tor" ]; then
apt-get remove -y tor
apt-get install -y tor
elif [ "$APP" = "ufw" ]; then
apt-get purge -y ufw
apt-get install -y ufw
elif [ "$APP" = "webssh2" ]; then
rm -f /mnt/hdd/mynode/settings/webssh2_url
systemctl stop webssh2

View File

@ -926,6 +926,7 @@
<option value="mempoolspace">Mempool.Space</option>
<option value="rtl">RTL</option>
<option value="tor">Tor</option>
<option value="ufw">UFW</option>
<option value="webssh2">WebSSH2</option>
<option value="whirlpool">Whirlpool</option>
<option value="dojo">Dojo</option>