Merge claude/1

This commit is contained in:
librelad 2026-05-24 13:05:24 +01:00
commit a7b30a4bf1

View File

@ -9,9 +9,9 @@ dockerCommandRun()
dockerCommandRunInstallUser "$command"
elif [[ $CFG_DOCKER_INSTALL_TYPE == "rooted" ]]; then
if [[ $type == "sudo" ]]; then
sudo $command
sudo bash -c "$command"
else
$command
bash -c "$command"
fi
fi
}