From 32f7c9535f633f0a579d4889a785b125df987686 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 15 Dec 2018 17:51:12 +0100 Subject: [PATCH] sleep --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3e88a4f..ff46dca 100755 --- a/scripts/install +++ b/scripts/install @@ -154,7 +154,7 @@ if [ -z "$password" ]; then echo "password is unset"; else echo "password is set if [ -z "$pass_hash" ]; then echo "pass_hash is unset"; else echo "pass_hash is set to '$pass_hash'"; fi if [ -z "$language" ]; then echo "language is unset"; else echo "language is set to '$language'"; fi if [ -z "$final_path" ]; then echo "final_path is unset"; else echo "final_path is set to '$final_path'"; fi - +sleep 1s eval sqlite3 $final_path/app.db "$conf"