diff options
author | Zach van Rijn <me@zv.io> | 2021-08-01 13:02:14 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-08-01 13:02:14 -0500 |
commit | 6ec7f2aa31ac11070e491f9efe512f419b4290a4 (patch) | |
tree | 686bbd60855c96e1f65623b4c758f0d6a59b87df /publish | |
parent | 0851389d8b1e1e9163312c2b796560906621dbec (diff) | |
download | site-ng-6ec7f2aa31ac11070e491f9efe512f419b4290a4.tar.gz site-ng-6ec7f2aa31ac11070e491f9efe512f419b4290a4.tar.bz2 site-ng-6ec7f2aa31ac11070e491f9efe512f419b4290a4.tar.xz site-ng-6ec7f2aa31ac11070e491f9efe512f419b4290a4.zip |
Fix .jpg --> .png to be other way around. Fix permissions on output directory.
Diffstat (limited to 'publish')
-rwxr-xr-x | publish | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ HERE=$(dirname $(readlink -f ${0}))/src; HTML=html; rm -f ${HTML}.tgz; TEMP=$(mktemp -d); +chmod 755 ${TEMP}; ## # Logo |