mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-07 05:24:25 +08:00
Upgrade fake-ttyrec version
v1.1.6.1 is required Signed-off-by: Thomas SOËTE <github@alkorin.fr>
This commit is contained in:
parent
f1176e4f86
commit
63a209cfef
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
set -- $(getopt -o 'ZcCupVhvanf:z:d:t:T:k:s:e:l:F:' -l "zstd,level:,verbose,append,cheatcodes,no-cheatcodes,shell-cmd:,dir:,output:,uuid:,no-openpty,lock-timeout:,kill-timeout:,msg:,count-bytes,term:,version,help,zstd-try,max-flush-time:,name-format:" -- "$@")
|
set -- $(getopt -o 'ZcCupVhvanf:z:d:t:T:k:s:e:l:F:' -l "zstd,level:,verbose,append,cheatcodes,no-cheatcodes,shell-cmd:,dir:,output:,uuid:,no-openpty,lock-timeout:,kill-timeout:,msg:,count-bytes,term:,version,help,zstd-try,max-flush-time:,name-format:" -- "$@")
|
||||||
while [ "$1" != "--" ]; do
|
while [ "$1" != "--" ]; do
|
||||||
if [ "$1" = "-V" ]; then
|
if [ "$1" = "-V" ]; then
|
||||||
echo "fake-ttyrec v1.1.4.0"
|
echo "fake-ttyrec v1.1.6.1"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
shift
|
shift
|
||||||
|
|
Loading…
Add table
Reference in a new issue