Skip to content

Commit

Permalink
Update NSLPluginInstaller.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Oct 25, 2024
1 parent 3bf35a1 commit d4c725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSLPluginInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if $DECKY_LOADER_EXISTS; then
USER_PASSWORD=$(echo $USER_INPUT | cut -d'|' -f1)

if [ -z "$USER_PASSWORD" ]; then
zenity --error --text="No password entered. Exiting."
zenity --error --text="No password entered. Exiting." --timeout=5
exit 1
fi

Expand Down

0 comments on commit d4c725e

Please sign in to comment.