From c5832cf276e18017ae5b533f2cec4fb87e716840 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sat, 7 Oct 2017 09:42:37 +0000 Subject: [PATCH] No such variable in this script. --- roles/whatcanidoforfedora/build/files/sync-wcidff.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/whatcanidoforfedora/build/files/sync-wcidff.sh b/roles/whatcanidoforfedora/build/files/sync-wcidff.sh index 6fb4c9a3df..4e08311e75 100644 --- a/roles/whatcanidoforfedora/build/files/sync-wcidff.sh +++ b/roles/whatcanidoforfedora/build/files/sync-wcidff.sh @@ -18,13 +18,13 @@ cd /srv/web/whatcanidoforfedora.org err=$( { ./build.sh &&\ - rsync -qa --delete-after --delay-updates build/ "/srv/web/$site/"; \ + rsync -qa --delete-after --delay-updates build/ "/srv/web/whatcanidoforfedora.org/"; \ } 2>&1 ) rc=$? if [ $rc -ne 0 ]; then - echo "$site build failed" + echo "whatcanidoforfedora.org build failed" echo "====================================" echo "$err" echo