Compare commits
1 Commits
fdf55e1657
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4efd110e2e |
@@ -66,7 +66,7 @@ pushd /home/free/Documents/Updater_App_Logs
|
||||
|
||||
file=$(ls -Art | tail -n 1)
|
||||
|
||||
if ! grep -w "updating" $file ; then
|
||||
if ! grep -q "Updated input" $file ; then
|
||||
|
||||
zenity --info \
|
||||
--ellipsize \
|
||||
|
||||
Reference in New Issue
Block a user