From 714d62c8edcf5c3ca39d4df953d92846bca6c314 Mon Sep 17 00:00:00 2001 From: Philip Brown Date: Thu, 25 Apr 2024 16:17:01 +0000 Subject: [PATCH] Updated to no longer be ksh dependant --- README.md | 1 - detect_test | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d21ac3..2e62bc3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ Step 2: zrep -i pool1/prodfs host2 destpool/prodfs Step 3: (put in cron, every minute if you like) zrep -S pool1/prodfs And you're done! At least with a super-simple implementation. -Note that this is a Korn shell script, so you will need /bin/ksh on your system. ## Full documentation Many, many more options and features are documented, at diff --git a/detect_test b/detect_test index 0ac6dd8..ffdbbdb 100644 --- a/detect_test +++ b/detect_test @@ -1,4 +1,4 @@ -#!/bin/ksh -p +#!/bin/bash -p # For more detailed documentation, see zrep.txt or zrep.overview.txt ZREP_VERSION=1.7.7