fix changed path/user of blitzapi on raspiblitz

This commit is contained in:
rootzoll 2022-06-30 12:44:13 +02:00
parent 9203e0c031
commit 91becc8873

View file

@ -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