Skip to content

Commit d7b3e84

Browse files
committed
FIX - docker install OSTYPE
1 parent f3b4c3b commit d7b3e84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runme.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,10 +430,10 @@ function fn_dockerInstall {
430430
}
431431

432432
Clear-Host
433-
print_and_log "Yellow" "Installing Docker for $script:OS_TYPE"
433+
print_and_log "Yellow" "Installing Docker for $script:OS_TYPE."
434434
$InstallStatus = $false;
435435

436-
Switch ($OSTYPE) {
436+
Switch ($script:OS_TYPE) {
437437
"Linux" {
438438
Clear-Host
439439
print_and_log "Yellow" "Starting Docker for Linux auto installation script"

0 commit comments

Comments
 (0)