Update NSLPluginInstaller.sh

This commit is contained in:
Roy 2024-10-25 03:30:26 -07:00 committed by GitHub
parent 3bf35a1d0a
commit d4c725e87e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ if $DECKY_LOADER_EXISTS; then
USER_PASSWORD=$(echo $USER_INPUT | cut -d'|' -f1) USER_PASSWORD=$(echo $USER_INPUT | cut -d'|' -f1)
if [ -z "$USER_PASSWORD" ]; then if [ -z "$USER_PASSWORD" ]; then
zenity --error --text="No password entered. Exiting." zenity --error --text="No password entered. Exiting." --timeout=5
exit 1 exit 1
fi fi