diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-01 12:44:50 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-01 12:44:50 +0200 |
| commit | d15fa25e32c03ade1816b907d480958b1bc51bc9 (patch) | |
| tree | 14b0af4377ce72cfa4700081371b9ffd69ef0510 | |
| parent | 37eb55e1c80ff1b5238d262d57102d5eba81e9da (diff) | |
Fix tyop: snapshot => snapshots
| -rwxr-xr-x | ezjail-admin | 2 |
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 |
