mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
fix typo
This commit is contained in:
parent
4baed8bc18
commit
ce987d2048
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ php_exec="ynh_exec_as $app php$phpversion "$install_dir/bin/console" --no-intera
|
|||
chown -R $app: $install_dir
|
||||
|
||||
# Install dependencies and Wallabag
|
||||
ynh_warn_less $php_exec wallabag:install
|
||||
ynh_exec_warn_less $php_exec wallabag:install
|
||||
|
||||
# Add users to Wallabag
|
||||
for username in $(ynh_user_list)
|
||||
|
|
Loading…
Add table
Reference in a new issue