mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 18:41:35 +01:00
Merge pull request #56 from YunoHost-Apps/fix-homedir
This commit is contained in:
commit
d88eb8a04a
@ -112,6 +112,11 @@ if [ -e "/home/""$app" ] && [ ! -e $datadir ]; then
|
|||||||
mv "/home/""$app" "$datadir"
|
mv "/home/""$app" "$datadir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Ensuring the user has the right home dir
|
||||||
|
if [ ~$app != "$datadir" ]; then
|
||||||
|
usermod -d "$datadir" $app
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD UPGRADE STEPS
|
# STANDARD UPGRADE STEPS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user