mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-06-25 02:13:00 +02:00
fixed upgrade not saving previous commit correctly
This commit is contained in:
parent
399bdf5e04
commit
248f82cf84
@ -127,8 +127,8 @@ updateSuccess=1
|
||||
|
||||
# end
|
||||
if [[ $updateSuccess -eq 1 ]]; then
|
||||
echo $previousCommit_kaido | tee "${previousCommitFile_kaido}"
|
||||
echo $previousCommit_config | tee "${previousCommitFIle_config}"
|
||||
echo $currentCommit_kaido | tee "${previousCommitFile_kaido}"
|
||||
echo $currentCommit_config | tee "${previousCommitFIle_config}"
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user