1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

Small typos

This commit is contained in:
ericgaspar 2021-02-25 15:38:05 +01:00
parent 2525fb24ba
commit f4e46f289c
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 9 additions and 11 deletions

View file

@ -174,7 +174,7 @@ yunohost service add $app --description="$app daemon for Wiki.js" --log="/var/lo
ynh_script_progression --message="Starting a systemd service..."
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="HTTP Server:"
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="HTTP Server:"
#=================================================
# SETUP SSOWAT
@ -184,8 +184,6 @@ ynh_script_progression --message="Configuring permissions..."
# Make app public if necessary
if [ $is_public -eq 1 ]
then
# Everyone can access the app.
# The "main" permission is automatically created before the install script.
ynh_permission_update --permission="main" --add="visitors"
fi