diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-02-04 19:11:11 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-02-04 19:11:11 +0100 |
commit | 9b98e6f4eaea52f758bbbbf62a6ced20a6f40682 (patch) | |
tree | 3ec918e4bdde952b2b81f1295120a62cbf205979 | |
parent | 27f11824c39cd73a911fda5d3e3d0ed5a0ac2e1e (diff) | |
download | galier-9b98e6f4eaea52f758bbbbf62a6ced20a6f40682.tar.gz galier-9b98e6f4eaea52f758bbbbf62a6ced20a6f40682.zip |
Fix style permissions
-rwxr-xr-x | gal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gal b/gal index 29a67ed..c81308e 100755 --- a/gal +++ b/gal @@ -23,7 +23,7 @@ TITLE=${TITLE:-$(basename $OUTPUT)} mkdir -p $2/{photos,thumbs} ## Generate index.html menu file -cp style.css $OUTPUT +cat style.css > $OUTPUT/style.css echo "Generating index.html" cat > $OUTPUT/index.html <<EOF |