From e09ea9a82abef11fa09319491749c7f95f4ef730 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 17 Oct 2017 10:48:59 -0700 Subject: bin: fix script path. Signed-off-by: Robin H. Johnson --- bin/update-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/update-all.sh b/bin/update-all.sh index 30e9858..efa9955 100755 --- a/bin/update-all.sh +++ b/bin/update-all.sh @@ -6,8 +6,8 @@ else git pull --rebase &>/dev/null fi -/var/www/packages.gentoo.org/update-md5.sh -/var/www/packages.gentoo.org/update-use.sh +/var/www/packages.gentoo.org/htdocs/bin/update-md5.sh +/var/www/packages.gentoo.org/htdocs/bin/update-use.sh cd /var/www/packages.gentoo.org/htdocs || exit 1 bundle exec rake kkuleomi:update:all RAILS_ENV=production &>/dev/null -- cgit v1.2.3-65-gdbad