update permission request notification
authorAJ ONeal <coolaj86@gmail.com>
Mon, 6 Jul 2020 02:18:42 +0000 (20:18 -0600)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 02:18:42 +0000 (20:18 -0600)
_webi/template.sh

index 4a2e7500d6a17f77436396da847008710a076495..bb4b24e1ba751c2b0293cddd4cd6e4bdda19bdc4 100644 (file)
@@ -242,8 +242,14 @@ _webi_enable_exec() {
         is_allowed="$(spctl -a "$pkg_src_cmd" 2>&1 | grep valid)"
         set -e
         if [ -z "$is_allowed" ]; then
-            echo "Requesting permission to execute '$pkg_cmd_name' on Catalina and macOS 11+"
-            sleep 1
+            echo ""
+            echo "##########################################"
+            echo "#  IMPORTANT: Permission Grant Required  #"
+            echo "##########################################"
+            echo ""
+            echo "Requesting permission to execute '$pkg_cmd_name' on macOS 10.14+"
+            echo ""
+            sleep 3
             spctl --add "$pkg_src_cmd"
         fi
     fi