1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Update install

This commit is contained in:
ericgaspar 2022-03-06 10:45:24 +01:00
parent 53a4ab437e
commit 1af6e4cef1

View file

@ -164,7 +164,7 @@ date=(date "+%F %T")
# ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name <<< "INSERT INTO users (id, configuration, language, nightmode, nsfw, public, created_at, updated_at, nickname, chatmain, notificationchat, notificationcall, admin) VALUES ("$email", NULL, fr, f, f, t, "$date", "$date", NULL, f, t, t, t);"
ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name <<< "INSERT INTO "users" ("id", "configuration", "language", "nightmode", "nsfw", "public", "created_at", "updated_at", "nickname", "chatmain", "notificationchat", "notificationcall", "admin") VALUES
('$email', NULL, 'fr', 'f', 'f', NULL, '$date', '$date', NULL, 'f', 't', 't', 'f');"
('$email', NULL, 'fr', 'f', 'f', NULL, '', '', NULL, 'f', 't', 't', 'f');"
ynh_exec_as $app php$phpversion $final_path/daemon.php setAdmin $email