Browse Source

This file aint used / needed anymore

Alexandre Aubin 6 years ago
parent
commit
34d8b55b44
1 changed files with 0 additions and 8 deletions
  1. 0 8
      scripts/prerequisites

+ 0 - 8
scripts/prerequisites

@@ -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