support for the BUBBLE_SOCK env
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
if test -e /workspace/daemon.sock
|
if test -e $BUBBLE_SOCK
|
||||||
echo "Manager capability is detected. Type 'bubble' for help."
|
echo "Manager capability is detected. Type 'bubble' for help."
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ end
|
|||||||
|
|
||||||
function install-docker
|
function install-docker
|
||||||
if test -e /usr/bin/docker
|
if test -e /usr/bin/docker
|
||||||
echo "Docker is already present at /usr/bin/docker."
|
echo "Docker is already present at /bin/docker."
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
echo "Installing docker in 3s."
|
echo "Installing docker in 3s."
|
||||||
|
|||||||
Reference in New Issue
Block a user