1
0
Fork 0
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:
Kayou 2019-02-23 01:39:09 +01:00
parent 16e6e1582d
commit ff5fb06ea1
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -243,7 +243,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 root: ${final_path}/ chown -R www-data: ${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 {} \;