diff options
Diffstat (limited to 'gal')
-rwxr-xr-x | gal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gal b/gal index 29a67ed..b7a5c5f 100755 --- a/gal +++ b/gal @@ -24,6 +24,7 @@ mkdir -p $2/{photos,thumbs} ## Generate index.html menu file cp style.css $OUTPUT +chmod 644 $OUTPUT/style.css echo "Generating index.html" cat > $OUTPUT/index.html <<EOF |