Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing script directory name
Jim Van Fleet committed Sep 12, 2016
1 parent 8ba087b commit e7662ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/bin/onbuild.sh
@@ -1,6 +1,6 @@
#!/bin/bash

for file in /opt/autoexec/build/*
for file in /opt/autoexec/onbuild/*
do
cmd "$file" >> /opt/etc/autoexec.build.log
done

0 comments on commit e7662ae

Please sign in to comment.