diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-06 03:33:56 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-06 03:33:56 -0500 |
commit | 6f1d71eed6a041147a466c9444507d7aaafac00f (patch) | |
tree | 058295fdb55f597e7cab826f2bc094c131b5161a | |
parent | 14bb9c8af04d28aae3bcd88734ac8d27934b6492 (diff) |
Fix instance the correct file to run
-rw-r--r-- | yad-panel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yad-panel.sh b/yad-panel.sh index dee551d..095b083 100644 --- a/yad-panel.sh +++ b/yad-panel.sh @@ -46,7 +46,7 @@ case $? in case $? in 0) - bash "$HOME/automatisiere-lieblingstexte/yad-panel.sh" 'Z9SWsMuc89' + bash "$HOME/automatisiere-lieblingstexte/run.sh" 'Z9SWsMuc89' ;; esac buttons |