Skip to content

Commit

Permalink
Update my_init
Browse files Browse the repository at this point in the history
  • Loading branch information
Theaxiom authored and Kingdon Barrett committed Aug 1, 2017
1 parent 0e15f28 commit 1a235a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/bin/my_init
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def kill_all_processes(time_limit):


def run_startup_files():
# Run ENV_INIT_DIRECTORY*
# Run ENV_INIT_DIRECTORY/*
for name in listdir(ENV_INIT_DIRECTORY):
filename = os.path.join(ENV_INIT_DIRECTORY, name)
if is_exe(filename):
Expand Down

0 comments on commit 1a235a1

Please sign in to comment.