This file aint used / needed anymore

This commit is contained in:
Alexandre Aubin 2018-12-03 00:47:28 +01:00 committed by pitchum
parent bbc821a632
commit 34d8b55b44

View File

@ -1,8 +0,0 @@
# Source me
# Check YunoHost version (firewall hook in Moulinette)
ynh_version=$(sudo dpkg -l yunohost | grep ii | awk '{ print $3 }' | sed 's/\.//g')
if [ "${ynh_version}" -lt 240 ]; then
echo "WARN: You need a YunoHost's version equals or greater than 2.4.0 for activating the firewalling" >&2
fi