Ernesto Nicolás Carrea 5 years ago
parent
commit
5a8ccdc46a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/module/vsftpd/remove.inc

+ 1 - 1
bin/module/vsftpd/remove.inc

@@ -4,7 +4,7 @@ hestia_module_vsftpd_remove() {
     source $HESTIA/bin/module/func.inc
 
     module_installed=$(hestia_module_isinstalled ftp)
-    if [ ! "$module_installed"] || [ "$param_force" ]; then
+    if [ ! "$module_installed" ] || [ "$param_force" ]; then
         echo "FTP module is not installed. See 'hestia module info ftp'."
         exit 1
     fi