diff options
author | B. Stack <bgstack15@gmail.com> | 2024-07-13 15:52:29 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-07-13 15:52:29 -0400 |
commit | a8447bc07e80520326313a2dae287e2aa943393a (patch) | |
tree | cf5984baa9c14acf6f5d02f3652d849a9b700e38 /auxiliary | |
parent | fully implement separate images (diff) | |
download | library-info-a8447bc07e80520326313a2dae287e2aa943393a.tar.gz library-info-a8447bc07e80520326313a2dae287e2aa943393a.tar.bz2 library-info-a8447bc07e80520326313a2dae287e2aa943393a.zip |
update cron-run script to use separate images for html
Diffstat (limited to 'auxiliary')
-rwxr-xr-x | auxiliary/library.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auxiliary/library.sh b/auxiliary/library.sh index 167edab..68bad15 100755 --- a/auxiliary/library.sh +++ b/auxiliary/library.sh @@ -2,4 +2,4 @@ # Startdate: 2024-07-09-3 15:45 # Author: bgstack15 # Purpose: oneliner for cron job -python3.6 /mnt/public/Support/Programs/library_info/library_info_cli.py --output html --full > /mnt/public/www/library/index.html +python3.6 /mnt/public/Support/Programs/library_info/library_info_cli.py --imagepath /mnt/public/www/library/images --imagerelativepath "images" --output html > /mnt/public/www/library/index.html |