From: Martin Pitt Date: Thu, 11 Oct 2007 12:45:34 +0000 (+0200) Subject: preinst-backup: fix bzr push X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=7bdbfb2299c27f2295f497ce1f8bc0aee583b332 preinst-backup: fix bzr push --- diff --git a/preinst-backup b/preinst-backup index 084f659..4224afa 100755 --- a/preinst-backup +++ b/preinst-backup @@ -6,7 +6,7 @@ if [ -n "`cd /etc; bzr modified`" ]; then fi # push /etc/ -(cd /etc; HOME=/root bzr push) +(cd /etc; HOME=/home/martin bzr push) # copy backup to ~ if [ -d /home/martin/backup ]; then