1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
This commit is contained in:
ericgaspar 2021-01-24 12:18:26 +01:00
parent 881a7f913f
commit 281fea00dd
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
# dependencies used by the app
pkg_dependencies="postgresql postgresql-contrib apt-transport-https"
nodejs_version=12
nodejs_version=14
#=================================================
# PERSONAL HELPERS
@ -32,4 +32,4 @@ ynh_exec_as() {
else
sudo -u "$USER" "$@"
fi
}
}

View file

@ -188,7 +188,7 @@ ynh_script_progression --message="Configuring SSOwat..." --weight=1
# Make app public if necessary
if [ $is_public -eq 1 ]
then
ynh_permission_update --permission "main" --add "visitors"
ynh_permission_update --permission="main" --add="visitors"
fi
#=================================================