mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Fix warning
This commit is contained in:
parent
149ae3cfa9
commit
f47765f162
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if [ -z $final_path ]; then
|
|||
ynh_app_setting_set $app final_path $final_path
|
||||
fi
|
||||
|
||||
if [ -z "/home/ynh$app"]; then
|
||||
if [ -z "/home/ynh$app" ]; then
|
||||
mv "/home/ynh$app/data" "$final_path/data"
|
||||
ynh_secure_remove "/home/ynh$app"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue