From 70fdb1193efd158069705eab07980acb0253b21b Mon Sep 17 00:00:00 2001 From: Hadrien Date: Tue, 2 Nov 2021 08:25:26 +0300 Subject: [PATCH] fix note --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d7aaf65..52f3c42 100755 --- a/scripts/install +++ b/scripts/install @@ -304,7 +304,7 @@ ynh_add_systemd_config ### We could write to its SQLite. Didn't find where the language preferences are though. # password_hashed = $(htpasswd -bnBC 10 "" $password | tr -d ':\n') -# sqlite3 $final_path/db/kuma.db <