pull/34404/head
royjr 3 months ago
parent e6950b4877
commit ffb720ff3f
  1. 2
      tools/op.sh

@ -334,7 +334,9 @@ function op_switch() {
git clean -df
git submodule update --init --recursive
git submodule foreach git reset --hard
if [[ -f "/AGNOS" ]]; then
git submodule foreach git clean -df
fi
}
function op_start() {

Loading…
Cancel
Save