issues
search
webida
/
webida-server
Webida Opensource Project - Server Repository
Apache License 2.0
7
stars
16
forks
source link
[BUGFIX] Using no 'su' command with 'git.sh'
#182
Closed
kyungmi
closed
8 years ago
kyungmi
commented
8 years ago
With
su
command, $HOME env variable reset.
Let
git.sh
be executed without
sudo su
command. (It'd had problem until I added
export HOME=$HOME;
in this
git.sh
file.
su
command, $HOME env variable reset.git.sh
be executed withoutsudo su
command. (It'd had problem until I addedexport HOME=$HOME;
in thisgit.sh
file.