deploy-workbench: no debug mode when script ended

This commit is contained in:
pedro 2024-09-26 11:26:24 -03:00
parent 19957c608d
commit 6ffa9a9304
1 changed files with 2 additions and 0 deletions

View File

@ -281,6 +281,8 @@ else
fi
pipenv run python /opt/workbench/workbench-script.py --config "\${config_path}"
stty echo
set +x
END
#TODO add some useful commands
cat > "${ISO_PATH}/chroot/root/.bash_history" <<END