Merge claude/1
This commit is contained in:
commit
42a96b909b
@ -3,6 +3,6 @@
|
||||
dockerStartAllApps()
|
||||
{
|
||||
isNotice "Please wait for docker containers to start"
|
||||
local result=$(dockerCommandRun "docker restart $(docker ps -a -q)")
|
||||
local result=$(dockerCommandRun "docker ps -a -q | xargs -r docker restart")
|
||||
checkSuccess "Starting up all docker containers"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user