Merge claude/1
This commit is contained in:
commit
a7b30a4bf1
@ -9,9 +9,9 @@ dockerCommandRun()
|
|||||||
dockerCommandRunInstallUser "$command"
|
dockerCommandRunInstallUser "$command"
|
||||||
elif [[ $CFG_DOCKER_INSTALL_TYPE == "rooted" ]]; then
|
elif [[ $CFG_DOCKER_INSTALL_TYPE == "rooted" ]]; then
|
||||||
if [[ $type == "sudo" ]]; then
|
if [[ $type == "sudo" ]]; then
|
||||||
sudo $command
|
sudo bash -c "$command"
|
||||||
else
|
else
|
||||||
$command
|
bash -c "$command"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user