2023-07-26 08:15:49 +00:00
|
|
|
#!/bin/sh
|
2023-07-26 07:44:30 +00:00
|
|
|
|
|
|
|
# Instead of enforcing this requirement, we let the user choose
|
2023-07-26 08:15:49 +00:00
|
|
|
# if he/she wants to access docker: if so, disabling the "protection mode" is mandatory
|
|
|
|
|
|
|
|
exit 0
|
2023-07-26 07:44:30 +00:00
|
|
|
|
2023-07-26 08:15:49 +00:00
|
|
|
#!/usr/bin/with-contenv bashio
|
2023-07-26 07:44:30 +00:00
|
|
|
#bashio::require.unprotected
|