1
0
Fork 0
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:
Jean-Baptiste Holcroft 2018-08-01 06:31:27 +02:00
parent 149ae3cfa9
commit f47765f162

View file

@ -35,7 +35,7 @@ if [ -z $final_path ]; then
ynh_app_setting_set $app final_path $final_path ynh_app_setting_set $app final_path $final_path
fi fi
if [ -z "/home/ynh$app"]; then if [ -z "/home/ynh$app" ]; then
mv "/home/ynh$app/data" "$final_path/data" mv "/home/ynh$app/data" "$final_path/data"
ynh_secure_remove "/home/ynh$app" ynh_secure_remove "/home/ynh$app"
fi fi