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