Skip to content

Commit

Permalink
setting user variable
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Feb 2, 2017
1 parent 0fe5b7f commit 45f4980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ chroot "$root" <<EOF
export HOME=/root
export LANG=C
export LC_ALL=C
export USER="`ls /home/`"
# To allow a few apps using upstart to install correctly. JM 2011-02-21
dpkg-divert --local --rename --add /sbin/initctl
ln -s /bin/true /sbin/initctl
Expand Down

0 comments on commit 45f4980

Please sign in to comment.