]> piware.de Git - bin.git/commitdiff
preinst-backup: fix bzr push
authorMartin Pitt <martin.pitt@ubuntu.com>
Thu, 11 Oct 2007 12:45:34 +0000 (14:45 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 11 Oct 2007 12:45:34 +0000 (14:45 +0200)
preinst-backup

index 084f6596dfd1f422f76fe603ed81f2ccfd445eff..4224afaeebbe455e788eea28385954e72165f621 100755 (executable)
@@ -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