From c3c4afab3556350b601470eabd5e346f8163fc49 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Tue, 14 Apr 2020 15:38:31 -0500 Subject: [PATCH] force check for jm-bm.sh --- jitsi-updater.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jitsi-updater.sh b/jitsi-updater.sh index 8d42fd3..6f4b954 100644 --- a/jitsi-updater.sh +++ b/jitsi-updater.sh @@ -106,7 +106,11 @@ else echo "Please check your repositories, something is not right." exit 1 fi - +if [ ! -f jm-bm.sh ]; then + echo "Please check that you are running the jitsi updater while being on the project folder" + echo "other wise the updater might have errors or be incomplete. Exiting..." + exit +fi # Any customization, image, name or link change for any purpose should # be documented here so new updates won't remove those changes. # We divide them on UI changes and branding changes, feel free to adapt