Update on_sd_start.sh

This commit is contained in:
cmdr2 2022-12-02 12:06:39 +05:30 committed by GitHub
parent 1c8ab9e1b4
commit cfd50231e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ if [ -e "scripts/install_status.txt" ] && [ `grep -c sd_git_cloned scripts/insta
if [ "$test_sd2" == "N" ]; then
git -c advice.detachedHead=false checkout 7f32368ed1030a6e710537047bacd908adea183a
elif [ "$test_sd2" == "Y" ]; then
git -c advice.detachedHead=false checkout 5d647c5459f4cd790672512222bc41903c01bb71
git -c advice.detachedHead=false checkout b1a80dfc75388914252ce363f923103185eaf48f
fi
cd ..