deploy-workbench: no debug mode when script ended

This commit is contained in:
pedro 2024-09-26 11:26:24 -03:00
parent 460a7c17cf
commit 603e9c4986
1 changed files with 2 additions and 0 deletions

View File

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