Commit 9c3db45a authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Altered description

parent 0ee9c811
...@@ -42,7 +42,7 @@ TRANSMISSION_STATUS="$([[ -f /etc/transmission-daemon/settings.json ]] && echo " ...@@ -42,7 +42,7 @@ TRANSMISSION_STATUS="$([[ -f /etc/transmission-daemon/settings.json ]] && echo "
LIST+=( "Transmission" "Torrent downloading" "$TRANSMISSION_STATUS" ) LIST+=( "Transmission" "Torrent downloading" "$TRANSMISSION_STATUS" )
# ISPconfig # ISPconfig
ISPCONFIG_STATUS="$([[ -d /usr/local/ispconfig ]] && echo "on" || echo "off" )" ISPCONFIG_STATUS="$([[ -d /usr/local/ispconfig ]] && echo "on" || echo "off" )"
LIST+=( "ISPConfig" "Advanced LAMP + SMTP, IMAP, POP3" "$ISPCONFIG_STATUS" ) LIST+=( "ISPConfig" "SMTP mail, IMAP, POP3 & LAMP/LEMP web server" "$ISPCONFIG_STATUS" )
} }
function choose_webserver function choose_webserver
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment