1
0
forked from extern/zaneyos

fix syntax error

This commit is contained in:
Tyler Kelley 2024-03-04 17:45:47 -06:00
parent a31babc582
commit 67f69d7df6

View File

@ -337,7 +337,8 @@ while true; do
sed -i "/$oldPackage/a $packageName" $systempath
fi
;;
esac
esac
;;
*)
break
;;