mirror of
https://github.com/linuxserver/docker-budge.git
synced 2026-01-16 10:02:36 +08:00
8 lines
175 B
Plaintext
Executable File
8 lines
175 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
rm -rf /etc/s6-overlay/s6-rc.d/svc-php-fpm
|
|
rm -rf /etc/s6-overlay/s6-rc.d/user/contents.d/svc-php-fpm
|
|
|
|
exec /docker-mods
|