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

Chown after build

This commit is contained in:
Salamandar 2024-07-12 23:00:18 +02:00
parent 8747f57116
commit 1d0ef775dc

View file

@ -38,6 +38,7 @@ _build_install_framagames() {
if [[ "$path" != "/" ]]; then
mv -f "$install_dir/www/$path/"* "$install_dir/www"
fi
chown -R "$app:www-data" "$install_dir"
}
#=================================================