Skip to content

Commit

Permalink
commented unused debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
MRColorR committed May 25, 2023
1 parent f390126 commit cd41c8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ function fn_setupApp {
$token = $false
$customScript = $null

Write-Output "passed parameters: APP: $app, IMG: $image, FLAGS: $flags"
Read-Host -Prompt "This is for debug Press enter to continue"
#Write-Output "passed parameters: APP: $app, IMG: $image, FLAGS: $flags"
#Read-Host -Prompt "This is for debug Press enter to continue"
$CURRENT_APP = $APP_NAME
$DKCOM_FILENAME = if($app){ (Get-content $DKCOM_FILENAME) -replace "#${CURRENT_APP}_ENABLE", "" | Set-Content $DKCOM_FILENAME }

Expand Down Expand Up @@ -506,7 +506,7 @@ if ($supported_tags) {
}
} else {
colorprint "yellow" "No native image tag found for $DKARCH arch, emulation layer will try to run this app image anyway."
colorprint "default" "If an emulation layer is not already installed, the script will try to install it now. Please provide your sudo password if prompted."
#colorprint "default" "If an emulation layer is not already installed, the script will try to install it now. Please provide your sudo password if prompted."
#fn_addDockerBinfmtSVC
}

Expand Down

0 comments on commit cd41c8a

Please sign in to comment.