aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-08-07 22:52:57 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-08-07 22:52:57 +0200
commit72657190b2166ba49132e193d46349a31fa1f732 (patch)
tree86b50d494f9dc01d2ef3c2c9fee241ca101aa66e
parentImprove the main runner somewhat (diff)
downloadbinhost-72657190b2166ba49132e193d46349a31fa1f732.tar.gz
binhost-72657190b2166ba49132e193d46349a31fa1f732.tar.bz2
binhost-72657190b2166ba49132e193d46349a31fa1f732.zip
Fix path in nspawns
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rwxr-xr-xbuilders/demeter/binhost-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/builders/demeter/binhost-update b/builders/demeter/binhost-update
index b9c2892..f86a189 100755
--- a/builders/demeter/binhost-update
+++ b/builders/demeter/binhost-update
@@ -44,7 +44,7 @@ echo Starting run at $(date -u) > ${TMPFILE}
for n in ${NSPAWN_NAMES} ; do
echo Machine ${n} &>> ${TMPFILE}
echo &>> ${TMPFILE}
- cd /var/lib/machines/${n}/root/binhost &>> ${TMPFILE}
+ cd /var/lib/machines/${n}/etc/binhost &>> ${TMPFILE}
git pull -q &>> ${TMPFILE}
cd /root &>> ${TMPFILE}
systemd-nspawn -M ${n} /root/bin/run-update &>> ${TMPFILE}