use renamed scripts in main runner (wxrx)

master
Ken Barbour 2022-07-02 07:58:18 -04:00
parent 17e60dcb18
commit ece47e530f
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@ case "$command" in
## record Demodulate and record a signal
'record')
shift
HELP=$command_help ${rootdir}/receive_pass.sh $@
HELP=$command_help ${rootdir}/record.sh $@
;;
## decode Decode images from a recorded APT signal
'decode')
shift
HELP=$command_help ${rootdir}/build_images.sh $@
HELP=$command_help ${rootdir}/decode.sh $@
;;
## web Generate website files from decoded manifests