diff options
-rw-r--r-- | yad-panel.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yad-panel.sh b/yad-panel.sh index d8b4bce..9ad789a 100644 --- a/yad-panel.sh +++ b/yad-panel.sh @@ -41,13 +41,13 @@ case $? in --center --title="Listo para empezar" \ --button="👍":0 \ --text="Puedes modificar el texto ...o si ya está todo listo empezemos!" - + + buttons case $? in 0) bash "$HOME/automatisiere-lieblingstexte/run.sh" 'Z9SWsMuc89' ;; esac - buttons else echo "No upd" fi |