Commit 377736a4 authored by pablo's avatar pablo
Browse files

fix typo preinstall script

Showing with 1 addition and 1 deletion
+1 -1
......@@ -148,7 +148,7 @@ install_lsof() {
install_iptables () {
apt-get update -y
apt-get install iptables -y | tee -a $LOG_FILE
if lsof -v >/dev/null 2>&1 ; then
if iptables -v >/dev/null 2>&1 ; then
echo -e "\e[32m \n\n Verified iptables installation \n\n \e[0m" 2>&1 | tee -a $LOG_FILE
else
echo -e "\e[31m \n\n WARNING: iptables not installed, Docker may not work! \n\n \e[0m" 2>&1 | tee -a $LOG_FILE
......
Supports Markdown
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