mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-25 01:44:43 +01:00
6 lines
134 B
Bash
6 lines
134 B
Bash
|
#!/bin/sh -eu
|
||
|
|
||
|
echo "TEST $ZREPL_HOOKTYPE $ZREPL_FS@$ZREPL_SNAPNAME ZREPL_TIMEOUT=$ZREPL_TIMEOUT"
|
||
|
|
||
|
exec sleep $(($ZREPL_TIMEOUT + 1))
|