From 5c0f2e953c8cb87bdf8eb76424061ec72b4a6ad9 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 4 Feb 2021 19:18:47 +0100 Subject: Change style permissions --- gal | 1 + 1 file changed, 1 insertion(+) (limited to 'gal') 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 <