Update tinyauth update procedure

This commit is contained in:
tremor021 2025-04-24 19:37:18 +02:00
parent df626f08ac
commit 06c22e72f0

View File

@ -20,7 +20,7 @@ color
catch_errors catch_errors
function update_script() { function update_script() {
if [ ! -d /opt/tinyauth ]; then if [[ ! -d /opt/tinyauth ]]; then
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"
exit 1 exit 1
fi fi