From b184bbe6036b9e6e887b12cfc0c0c5b428119cc0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 5 Aug 2010 16:13:54 +0200 Subject: [PATCH] Tweak release makeall --- bacula/release/makeall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/release/makeall b/bacula/release/makeall index 12035f4e80..16a9bead04 100755 --- a/bacula/release/makeall +++ b/bacula/release/makeall @@ -16,8 +16,8 @@ remote=bs # # Note, you will probably want to set updatepo=no if you # run this script multiple times for a given release. -export updatepo=yes -export push=no +export updatepo=no +export push=yes if [ $# != 1 ] ; then -- 2.39.5