mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-08-20 10:50:06 +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
|
# end
|
||||||
if [[ $updateSuccess -eq 1 ]]; then
|
if [[ $updateSuccess -eq 1 ]]; then
|
||||||
echo $previousCommit_kaido | tee "${previousCommitFile_kaido}"
|
echo $currentCommit_kaido | tee "${previousCommitFile_kaido}"
|
||||||
echo $previousCommit_config | tee "${previousCommitFIle_config}"
|
echo $currentCommit_config | tee "${previousCommitFIle_config}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user