pull/116/head
TheSpad 2022-09-02 09:56:14 +01:00
rodzic edc1b4ba39
commit f9f4903738
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 08F06191F4587860
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -9,6 +9,10 @@ set_legacy_executable_bits() {
}
set_legacy_executable_bits
# Directories
SERVICES_DIR_OLD="/config/custom-services.d"
SERVICES_DIR="/custom-services.d"
# Remove all existing custom services before continuing to ensure
# we aren't running anything the user may have removed
if [[ -n "$(/bin/ls -A /etc/s6-overlay/s6-rc.d/custom-svc-* 2>/dev/null)" ]]; then