4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ "$(realpath /run/docker.sock)" = "/run/podman/podman.sock" ] && rm /run/docker.sock
|