Skip to content

Commit d67022c

Browse files
authored
🔨 Migrate old-style S6 scripts to s6-rc.d (#145)
1 parent 7bdea0b commit d67022c

25 files changed

Lines changed: 63 additions & 23 deletions

File tree

File renamed without changes.
File renamed without changes.

phpmyadmin/rootfs/etc/s6-overlay/s6-rc.d/init-nginx/dependencies.d/base

Whitespace-only changes.

phpmyadmin/rootfs/etc/cont-init.d/nginx.sh renamed to phpmyadmin/rootfs/etc/s6-overlay/s6-rc.d/init-nginx/run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/command/with-contenv bashio
2+
# shellcheck shell=bash
23
# ==============================================================================
34
# Home Assistant Community Add-on: phpMyAdmin
45
# Configures nginx
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
oneshot
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/etc/s6-overlay/s6-rc.d/init-nginx/run

phpmyadmin/rootfs/etc/s6-overlay/s6-rc.d/init-phpmyadmin/dependencies.d/base

Whitespace-only changes.

phpmyadmin/rootfs/etc/cont-init.d/phpmyadmin.sh renamed to phpmyadmin/rootfs/etc/s6-overlay/s6-rc.d/init-phpmyadmin/run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/command/with-contenv bashio
2+
# shellcheck shell=bash
23
# ==============================================================================
34
# Home Assistant Community Add-on: phpMyAdmin
45
# Configures phpMyAdmin
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
oneshot
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/etc/s6-overlay/s6-rc.d/init-phpmyadmin/run

0 commit comments

Comments
 (0)