diff options
-rwxr-xr-x | ezjail-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin index 3df96e5..9957512 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -325,7 +325,7 @@ ezjail_queryftpserver () { | |||
325 | unset _ret | 325 | unset _ret |
326 | echo -n "Querying your ftp-server... " | 326 | echo -n "Querying your ftp-server... " |
327 | TIFS=${IFS}; IFS= | 327 | TIFS=${IFS}; IFS= |
328 | for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshot pub/FreeBSD releases snapshots NO; do | 328 | for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshot pub/FreeBSD releases snapshots pub/FreeBSD-Archive/old-releases NO; do |
329 | if [ ${ezjail_path} = "NO" ]; then | 329 | if [ ${ezjail_path} = "NO" ]; then |
330 | echo "Warning: I am having problems querying the ftp server you specified (${ezjail_ftphost})." | 330 | echo "Warning: I am having problems querying the ftp server you specified (${ezjail_ftphost})." |
331 | _ret=1; break | 331 | _ret=1; break |