mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
Update install
This commit is contained in:
parent
62ce3b3665
commit
5bd06bbe41
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ ynh_script_progression --message="Configuring system user..." --weight=1
|
||||||
# Create a system user
|
# Create a system user
|
||||||
# Add the user to the signald group. The signald group was created when the signald
|
# Add the user to the signald group. The signald group was created when the signald
|
||||||
# package was installed from the extra repository
|
# package was installed from the extra repository
|
||||||
ynh_system_user_create --username=$app --groups="$signald_user"
|
# resolved by https://gitlab.com/signald/signald/-/commit/278240f3f1cc40a3b444c958b68ca3d6908e98a8
|
||||||
|
ynh_system_user_create --username=$app # --groups="$signald_user"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE A POSTGRESQL DATABASE
|
# CREATE A POSTGRESQL DATABASE
|
||||||
|
|
Loading…
Add table
Reference in a new issue