diff options
Diffstat (limited to 's2i/bin/assemble')
-rwxr-xr-x | s2i/bin/assemble | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 652b321..84ba25d 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -15,5 +15,4 @@ cat <<EOF > html/index.html </html> EOF -echo "---> Fix permissions ..." -chmod -R +r html +source ${0}.post |