From e2183503f605eb4640516e9d83f452a744971013 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 15 Jul 2023 15:50:10 -0500 Subject: [PATCH] Update emulator-sync-scripts.sh --- emulator-sync-scripts.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emulator-sync-scripts.sh b/emulator-sync-scripts.sh index 211b9b3..417faa9 100755 --- a/emulator-sync-scripts.sh +++ b/emulator-sync-scripts.sh @@ -70,4 +70,15 @@ else echo "There is a sync in process" exit 0 fi + +echo +echo -e "${idsCL[LightGreen]} Emulator-Nextcloud-Sync ${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}" +DIVIDER . lightGreen +echo +case ${1} in + sync) NEWCERT ${2};; + +esac + + exit 1 \ No newline at end of file