mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
fix(install): typo RessourceS and chown /etc/sudoers/..
This commit is contained in:
parent
b747f4b691
commit
cc3601aea8
2 changed files with 2 additions and 1 deletions
|
@ -382,7 +382,7 @@ Double cliquer sur ce texte pour éditer cette colonne.
|
||||||
\"\"\"\"', '', '{{WikiName}}', '{{WikiName}}', 'Y', 'page', ''),
|
\"\"\"\"', '', '{{WikiName}}', '{{WikiName}}', 'Y', 'page', ''),
|
||||||
('PageMenuHaut', now(), ' - [Accueil]({{rootpage}})
|
('PageMenuHaut', now(), ' - [Accueil]({{rootpage}})
|
||||||
- [Services](Services)
|
- [Services](Services)
|
||||||
- [Ressources](Ressource)', '', '{{WikiName}}', '{{WikiName}}', 'Y', 'page', ''),
|
- [Ressources](Ressources)', '', '{{WikiName}}', '{{WikiName}}', 'Y', 'page', ''),
|
||||||
('{{rootPage}}', now(), '
|
('{{rootPage}}', now(), '
|
||||||
{{section bgcolor=\"var(--primary-color)\" class=\"shape-rounded\" pattern=\"border-solid\" }}=====Bienvenue=====
|
{{section bgcolor=\"var(--primary-color)\" class=\"shape-rounded\" pattern=\"border-solid\" }}=====Bienvenue=====
|
||||||
Vous êtes sur un espace auto-hébergé de partage de ressource et d\'outils numériques coopératifs sous license libre.
|
Vous êtes sur un espace auto-hébergé de partage de ressource et d\'outils numériques coopératifs sous license libre.
|
||||||
|
|
|
@ -98,6 +98,7 @@ chmod +x $install_dir/tools/yunohost/private/scripts/*.sh
|
||||||
|
|
||||||
# Add app user in sudoers to authorize to launch yunohost cli commands without password
|
# Add app user in sudoers to authorize to launch yunohost cli commands without password
|
||||||
ynh_add_config --template="sudoers" --destination="/etc/sudoers.d/$app"
|
ynh_add_config --template="sudoers" --destination="/etc/sudoers.d/$app"
|
||||||
|
chown root:root /etc/sudoers.d/$app
|
||||||
|
|
||||||
# At last, run the YunoHost app importer
|
# At last, run the YunoHost app importer
|
||||||
ynh_script_progression --message="Import YunoHost apps in bazar" --weight=2
|
ynh_script_progression --message="Import YunoHost apps in bazar" --weight=2
|
||||||
|
|
Loading…
Reference in a new issue