mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-14 12:02:46 +02:00
fix changed path/user of blitzapi on raspiblitz
This commit is contained in:
parent
9203e0c031
commit
91becc8873
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue