From c7e3c501f01b6429519e2b8466d6bd8e2f7e22b9 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 15 Feb 2010 13:50:31 -0800 Subject: Remove FTP_OS_SUFFIX variable This isn't needed and if "os" ever changes, we have bigger changes. Won't save us any time and it's longer to type. --- misc-scripts/ftpdir-cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc-scripts') diff --git a/misc-scripts/ftpdir-cleanup b/misc-scripts/ftpdir-cleanup index 1090d57..351c0f4 100755 --- a/misc-scripts/ftpdir-cleanup +++ b/misc-scripts/ftpdir-cleanup @@ -26,7 +26,7 @@ trap cleanup 15 ${CLEANUP_DRYRUN} && echo 'dry run mode is active' -ftppath_base="$FTP_BASE/$reponame/$FTP_OS_SUFFIX" +ftppath_base="$FTP_BASE/$reponame/os" for arch in ${ARCHES[@]}; do -- cgit v1.2.3-54-g00ecf