Run script enhancement #18

Merged
Mario1159 merged 8 commits from modified-run-file into main 2023-10-14 22:30:04 +00:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 5f9294a653 - Show all commits

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 744 KiB

After

Width:  |  Height:  |  Size: 131 B

View File

@ -129,10 +129,10 @@ function set-common-parameters () {
$global:IMAGE = "git.1159.cl/mario1159/$SELECTED_STACK-$EXECMODE"
if ($attach) {
$global:PARAMS += "-it --rm"
$global:PARAMS += " -it --rm"
$global:COMMAND = "bash"
} else {
$global:PARAMS += "-d"
$global:PARAMS += " -d"
$global:COMMAND = ""
}