From 91becc8873bebcf3fc30bfa5a1cd4d634aae4190 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 30 Jun 2022 12:44:13 +0200 Subject: [PATCH] fix changed path/user of blitzapi on raspiblitz --- scripts/sync_to_blitz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync_to_blitz.sh b/scripts/sync_to_blitz.sh index 2baf992..c5acea5 100644 --- a/scripts/sync_to_blitz.sh +++ b/scripts/sync_to_blitz.sh @@ -40,7 +40,7 @@ if [ "$?" != "0" ]; then fi local=. -remoteRepoPath="/root/blitz_api" +remoteRepoPath="/home/blitzapi/blitz_api" remote="admin@$localIP:${remoteRepoPath}" # clean pycache just in case the code was compiled locally before