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:
parent
8747f57116
commit
1d0ef775dc
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue