aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'builders/demeter/binhost-update')
-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}