mirror of
https://github.com/kakwa/uts-server
synced 2025-01-10 13:44:29 +01:00
better extension for the timestamp script
This commit is contained in:
parent
be745d8594
commit
5816f07dc1
@ -88,7 +88,7 @@ while getopts ":lhu:i:o:O:C:" opt; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# If no output file specified, output to <input file>.ts
|
# If no output file specified, output to <input file>.ts
|
||||||
[ -z "$OUTPUT_FILE" ] && OUTPUT_FILE="${INPUT_FILE}.ts"
|
[ -z "$OUTPUT_FILE" ] && OUTPUT_FILE="${INPUT_FILE}.tsr"
|
||||||
|
|
||||||
# Check that input file exists
|
# Check that input file exists
|
||||||
[ -f "$INPUT_FILE" ] || exit_error "Input file '$INPUT_FILE' doesn't exist"
|
[ -f "$INPUT_FILE" ] || exit_error "Input file '$INPUT_FILE' doesn't exist"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user