Skip to content

Commit

Permalink
Make use of errorMessage function
Browse files Browse the repository at this point in the history
  • Loading branch information
pyTranscriber committed Sep 19, 2018
1 parent c0db2a1 commit 2035c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dislocker-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function checkDependencies

if ! type dislocker-fuse > /dev/null
then
zenity --error --title="Dislocker Not Found" --no-wrap --text="Missing dependency 'Dislocker'. Please install it before using this script.
errorMessage "Missing dependency 'Dislocker'. Please install it before using this script.
\n\nFor Ubuntu: sudo apt install dislocker
\n\nFor Fedora: sudo dnf install fuse-dislocker"
exit;
Expand Down

0 comments on commit 2035c46

Please sign in to comment.