Update manage_domains.sh

This commit is contained in:
Sergei Bondarenko
2017-07-21 21:24:17 +03:00
committed by GitHub
parent a323eae3d3
commit 96649d7bce

View File

@@ -37,6 +37,6 @@ if [ "${operation}" = "del" ]; then
else else
sed -i -e "/^${domain}:.*/d" $lists_path/passwords.txt sed -i -e "/^${domain}:.*/d" $lists_path/passwords.txt
rm -r $lists_path/$domain rm -r $lists_path/$domain
echo -e "Domain $domain has deleted." echo -e "Domain $domain has been deleted."
fi fi
fi fi