#!/bin/sh # File: /mnt/public/www/cgi-bin/gallery/apply.cgi # Author: bgstack15@gmail.com # Startdate: 2021-01-24 22:12 # SPDX-License-Identifier: GPL-3.0 # Title: Apply Changes to Disk # Package: gallery # Purpose: apply the requested changes to the image file # History: # Usage: called by edit.cgi # Reference: # /mnt/public/www/cgi-bin/plex-log.cgi # Improve: # Documentation: # Dependencies: # /etc/gallery-cgi.conf # sigal.conf.py from indicated gallery_id DEBUG=0 export DRYRUN= export meta="
" if test "${REQUEST_METHOD}" != "POST" ; then echo "Error! Unable to update title or description." response=1 printf '%s' "