summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-07 16:25:02 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-07 16:25:02 +0200
commitcea0d1c0e03b20714f6f5e46824c46ae4235df20 (patch)
tree0c6e6932d77d634e2c6143a72288e80ee7a15e54 /contrib
parentdf5d7748eb59e82ff9bce6af6df532b3a30084e4 (diff)
downloadsync-cea0d1c0e03b20714f6f5e46824c46ae4235df20.tar.gz
sync-cea0d1c0e03b20714f6f5e46824c46ae4235df20.tar.bz2
sync-cea0d1c0e03b20714f6f5e46824c46ae4235df20.zip
remove -i, not required and account has no shell
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/sync-dbconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sync-dbconfig b/contrib/sync-dbconfig
index 71d4d19..23216f7 100755
--- 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