mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-25 18:04:58 +01:00
parent
896f31bbf3
commit
d424e800c8
@ -16,6 +16,11 @@ exit_msg() {
|
|||||||
}
|
}
|
||||||
trap exit_msg EXIT
|
trap exit_msg EXIT
|
||||||
|
|
||||||
|
if ! type sphinx-versioning >/dev/null; then
|
||||||
|
echo "install sphinx-versioning and come back"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
cd "$SCRIPTDIR"
|
cd "$SCRIPTDIR"
|
||||||
|
|
||||||
if [ ! -d "$PUBLICDIR" ]; then
|
if [ ! -d "$PUBLICDIR" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user