1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/code-server_ynh.git synced 2024-09-03 18:16:28 +02:00

Update scripts/upgrade

This commit is contained in:
Tagada 2023-09-23 17:28:07 +02:00 committed by GitHub
parent 16f76a7301
commit 077516daff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,6 +117,7 @@ yunohost service add $app --description="VS Code Server" --log="/var/log/$app/$a
#=================================================
# SET PERMISSION FOR THE USER
#=================================================
ynh_permission_update --permission="main" --add="$admin"
chown -R $admin:$admin "$data_dir"