summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xezjail-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin
index 279b318..51fcd61 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -336,7 +336,7 @@ ezjail_queryftpserver () {
336 unset _ret 336 unset _ret
337 echo -n "Querying your ftp-server... " 337 echo -n "Querying your ftp-server... "
338 TIFS=${IFS}; IFS= 338 TIFS=${IFS}; IFS=
339 for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshot pub/FreeBSD releases snapshots pub/FreeBSD-Archive/old-releases NO; do 339 for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshots pub/FreeBSD releases snapshots pub/FreeBSD-Archive/old-releases NO; do
340 if [ ${ezjail_path} = "NO" ]; then 340 if [ ${ezjail_path} = "NO" ]; then
341 echo "Warning: I am having problems querying the ftp server you specified (${ezjail_disturi})." 341 echo "Warning: I am having problems querying the ftp server you specified (${ezjail_disturi})."
342 _ret=1; break 342 _ret=1; break