Add test scripts and backup-buttons script

This commit is contained in:
Pothi Kalimuthu 2022-11-10 12:35:50 +05:30
parent bf07a55ca5
commit a1a0489377
No known key found for this signature in database
GPG key ID: 08202A469C2D0E06
6 changed files with 79 additions and 0 deletions

View file

@ -0,0 +1,7 @@
:global adminEmail
:if ([:typeof $adminEmail] = "nothing" || $adminEmail = "") do={ :log error "Admin Email is not defined or nil."; :error "Admin Email is not defined or nil."; } else={ :put "We are good to proceed!" }
# :if ($adminEmail = "") do={ :log error "Admin Email is nil."; :error "Admin Email is nil."; }
:put "This should not be visible if admin email is not defined or nil!"