Replies: 1 comment 2 replies
-
|
-q is quiet output. With this enabled, it doesn't write anything to the console. I suspect your path to Sanchez isn't correct. Can you verify that first? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am using the Vitality process script for Sanchez.sh.
[2022-12-21 16:17:04] Creating GOES16_FD_sanchez_20221120T180020Z.jpg...
./Sanchez.sh: line 105: -q: command not found
From the Sanchez.sh script I see the below block. The last line is what is referenced as Line 105. It's stating 'command not found'. Do we know what this -q operator is supposed to be doing?
#Build Underlay$srcImg -u /tmp/underlay.jpg -r $ ((10850/$(identify -format '%w' $srcImg))) -n -o $sanchezDstPath16/$newName
rm /tmp/underlay.jpg > /dev/null 2>&1
satelliteMonth=$(date -u -d "$thisDate ${thisTime:0:2}:${thisTime:2:2}:${thisTime:4:2} + 5 hour" +"%m")
xplanet -config "$(dirname "$(readlink -fm "$0")")/Resources/xplanet-$satelliteMonth" -body earth -projection rectangular -num_times 1 -geometry 21600x10800 -date $thisDate.$thisTime -output /tmp/underlay.jpg
$sanchezPath -q -s
Beta Was this translation helpful? Give feedback.
All reactions