We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d4174 commit ff568b1Copy full SHA for ff568b1
1 file changed
modules.available/60_librarybox_ftpanon.sh
@@ -25,7 +25,7 @@ func_read_system_config_librarybox_ftpanon() {
25
local path=$1 ; shift
26
27
echo "Extracting FTP-Anon parameter from $ftp_config"
28
- config_line=$(grep ENABLE_SYNC=\" $ftp_config )
+ config_line=$(grep ENABLE_ANON=\" $ftp_config )
29
#extract value
30
config_line=${config_line#ENABLE_ANON=\"}
31
config_value=${config_line%\"}
0 commit comments