support for the BUBBLE_SOCK env

This commit is contained in:
iceBear67
2025-03-22 20:01:04 +08:00
parent 32e609b4a1
commit afcb096a6a
+2 -2
View File
@@ -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."