Update photoprism-update.sh

This commit is contained in:
tteckster 2022-04-02 09:04:33 -04:00 committed by GitHub
parent d500582b1b
commit e7f9405332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -47,11 +47,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -75,7 +72,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
echo -en "${GN} Stopping PhotoPrism... "