mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2025-09-02 10:08:31 +02:00
Fix linter
This commit is contained in:
@ -43,8 +43,8 @@ if [ -d "/opt/$app" ]; then
|
||||
fi
|
||||
|
||||
# Move data directory
|
||||
if [ -d "/home/$app" ]; then
|
||||
mv "/home/$app/" "$data_dir"
|
||||
if [ -d /home"/$app" ]; then
|
||||
mv /home"/$app/" "$data_dir"
|
||||
fi
|
||||
|
||||
# Ensure the user has the correct home dir
|
||||
|
Reference in New Issue
Block a user