mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Fixing permission
This commit is contained in:
parent
16e6e1582d
commit
ff5fb06ea1
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ install -o root -g root -m 0755 ../conf/$service_name /usr/local/bin/
|
|||
mkdir -pm 0755 ${final_path}/
|
||||
cp -a ../sources/* ${final_path}/
|
||||
|
||||
chown -R root: ${final_path}/
|
||||
chown -R www-data: ${final_path}/
|
||||
chmod -R 0644 ${final_path}/*
|
||||
find ${final_path}/ -type d -exec chmod +x {} \;
|
||||
|
||||
|
|
Loading…
Reference in a new issue