Small typos
This commit is contained in:
parent
2525fb24ba
commit
f4e46f289c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user