commit cea0d1c0e03b20714f6f5e46824c46ae4235df20
parent df5d7748eb59e82ff9bce6af6df532b3a30084e4
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Thu, 7 Sep 2023 16:25:02 +0200
remove -i, not required and account has no shell
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/sync-dbconfig b/contrib/sync-dbconfig
@@ -124,7 +124,7 @@ fi
if [ 0 = "$SKIP_DBINIT" ]
then
echo "Initializing database $DBNAME." 1>&2
- sudo -i -u "$DBUSER" sync-dbinit
+ sudo -u "$DBUSER" sync-dbinit
fi
echo "Database configuration finished." 1>&2