1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/code-server_ynh.git synced 2024-09-03 18:16:28 +02:00
This commit is contained in:
ericgaspar 2023-04-22 18:39:25 +02:00 committed by Tagada
parent db36285dc7
commit 5b2567df5d
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"
chmod +x "$install_dir/bin/code-server"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION

View file

@ -80,6 +80,7 @@ fi
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"
chmod +x "$install_dir/bin/code-server"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION