1
0
Fork 0
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:
Kayou 2019-02-26 01:11:02 +01:00
parent 3b9b327f6a
commit a22dabea12
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -244,7 +244,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 www-data: ${final_path}/
chown -R $app: ${final_path}/
chmod -R 0644 ${final_path}/*
find ${final_path}/ -type d -exec chmod +x {} \;