forked from Docker/baseimage-docker
Update my_init
This commit is contained in:
committed by
Kingdon Barrett
parent
0e15f28fb7
commit
1a235a13e1
@@ -252,7 +252,7 @@ def kill_all_processes(time_limit):
|
|||||||
|
|
||||||
|
|
||||||
def run_startup_files():
|
def run_startup_files():
|
||||||
# Run ENV_INIT_DIRECTORY*
|
# Run ENV_INIT_DIRECTORY/*
|
||||||
for name in listdir(ENV_INIT_DIRECTORY):
|
for name in listdir(ENV_INIT_DIRECTORY):
|
||||||
filename = os.path.join(ENV_INIT_DIRECTORY, name)
|
filename = os.path.join(ENV_INIT_DIRECTORY, name)
|
||||||
if is_exe(filename):
|
if is_exe(filename):
|
||||||
|
|||||||
Reference in New Issue
Block a user