From c9da02466e7e89e6669e19dd65d844ffbe27aab9 Mon Sep 17 00:00:00 2001 From: murmeldin Date: Sun, 9 Feb 2025 01:51:28 +0100 Subject: [PATCH] correct .sqlite location --- util/change-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/change-config.sh b/util/change-config.sh index 6262605..7a5ff2a 100644 --- a/util/change-config.sh +++ b/util/change-config.sh @@ -2,4 +2,4 @@ # This script can be run in order to change the Plenum-Bot config -$HOME/.cargo/bin/Plenum-Bot -f .config/Plenum-Bot.sqlite -c \ No newline at end of file +$HOME/.cargo/bin/Plenum-Bot -f $HOME/.config/Plenum-Bot.sqlite -c \ No newline at end of file