mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Better change user app home
This commit is contained in:
parent
1afc7df5b0
commit
3e05859e50
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@ fi
|
|||
# Move data directory
|
||||
if [ -e "/home/""$app" ] && [ ! -e $datadir ]; then
|
||||
mv "/home/""$app" "$datadir"
|
||||
fi
|
||||
|
||||
# Ensuring the user has the right home dir
|
||||
if [ ~$app != "$datadir" ]; then
|
||||
usermod -d "$datadir" $app
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue