Update emulator-sync-scripts.sh

This commit is contained in:
2023-07-15 15:50:10 -05:00
parent 3dd5947d03
commit e2183503f6

View File

@@ -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