STAM 20b55e4647
april update pack - part 1
* updated: python, php, nodejs, jdk, go
* added: openssl 3.5.0, android-sdk, cmake, qbittorrent
2025-04-12 20:24:43 +03:00

8 lines
148 B
Bash
Executable File

#!/bin/bash
if [ "$DOCKER_IN_DOCKER" = "start" ] ; then
rm /var/run/docker.pid 2>/dev/null
service docker start
echo "Docker daemon started"
fi