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

[fix] Remove old private data dir

This commit is contained in:
ljf (zamentur) 2019-08-13 23:36:05 +02:00 committed by GitHub
parent 210fd72076
commit b45862d6ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,6 @@ ynh_store_file_checksum --file="$config_file"
# Set permissions on app files
chown -R $app: $final_path
chown -R $app: "${final_path}_private"
mkdir -p "/home/yunohost.app/$app/data"
chown -R $app: "/home/yunohost.app/$app/data"