mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
use url
This commit is contained in:
parent
bd1b1ddb0e
commit
4cb93a9d28
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ find $final_path/include -type d -exec chmod 500 {} +
|
|||
find $final_path/include -type f -exec chmod 400 {} +
|
||||
find $final_path/data -type d -exec chmod 700 {} +
|
||||
find $final_path/data -type f -exec chmod 600 {} +
|
||||
find /var/www/garradin/www -type d -exec chmod 505 {} +
|
||||
find /var/www/garradin/www -type f -exec chmod 644 {} +
|
||||
find $final_path/www -type d -exec chmod 505 {} +
|
||||
find $final_path/www -type f -exec chmod 644 {} +
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
Loading…
Reference in a new issue