9 lines
231 B
Bash
Executable File
9 lines
231 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Instead of enforcing this requirement, we let the user choose
|
|
# if he/she wants to access docker: if so, disabling the "protection mode" is mandatory
|
|
|
|
exit 0
|
|
|
|
#!/usr/bin/with-contenv bashio
|
|
#bashio::require.unprotected |