From b940b932c89b82f7bb65b73ee3e5c5963add1ed0 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Thu, 21 Jul 2022 10:07:23 -0400
Subject: [PATCH] Update photoprism-v3.sh

---
 ct/photoprism-v3.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ct/photoprism-v3.sh b/ct/photoprism-v3.sh
index bc2f2362..3f90236f 100644
--- a/ct/photoprism-v3.sh
+++ b/ct/photoprism-v3.sh
@@ -1,4 +1,5 @@
 #!/usr/bin/env bash
+echo -e "Loading..."
 NEXTID=$(pvesh get /cluster/nextid)
 INTEGER='^[0-9]+$'
 PP=`echo "\e[1;35m"`
@@ -32,6 +33,7 @@ function error_exit() {
 }
 
 while true; do
+    clear
     read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
     case $yn in
         [Yy]* ) break;;