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