diff --git a/helium_auto_update.sh b/helium_auto_update.sh index a7d8ecf..e06b9cd 100755 --- a/helium_auto_update.sh +++ b/helium_auto_update.sh @@ -181,7 +181,13 @@ script_version() { ### SHOW LOG show_log() { - xdg-open $LOG + if [ -f "$LOG" ] ; then + xdg-open $LOG + + else + notify-send -i "$ICON" "Helium Helper" "No log created yet" + + fi } ### HELP