mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
Update install
This commit is contained in:
parent
0f35d10cef
commit
7c349e3ce0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
|||
ynh_setup_source --dest_dir="$install_dir"
|
||||
|
||||
chown -R $app:www-data "$install_dir"
|
||||
chmod +x $install_dir/libreddit && chown $app:$app redlib
|
||||
chmod +x $install_dir/libreddit && chown $app:$app $install_dir/libreddit
|
||||
|
||||
#=================================================
|
||||
# SYSTEM CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue