1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-02-20 16:51:49 +01:00
parent 5c1fe076f4
commit 5c82193d66
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -96,7 +96,7 @@ then
mkdir -p "$data"
# Copy the admin saved settings from tmp directory to final path
cp -ar "$tmpdir/groups" "$final_path/groups"
cp -ar "$tmpdir/groups" "$final_path"
# Remove the tmp directory securely
ynh_secure_remove --file="$tmpdir"