update tool/update-upgrade/ss-update-notifier.sh.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2024-12-02 14:38:44 +00:00 committed by Gitee
parent 5a37f24145
commit b125993336
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -122,5 +122,5 @@ if [ -e "/home/$user/.config/spark-union/spark-store/ssshell-config-do-not-show-
echo "Okay he don't want to be at the top of the world, okay"
exit
else
notify-send -a spark-store "${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_NOTIFY}" "${TRANSHELL_CONTENT_THERE_ARE_APPS_TO_UPGRADE}"
notify-send -a spark-store "${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_NOTIFY}" "${TRANSHELL_CONTENT_THERE_ARE_APPS_TO_UPGRADE}" || true # Some machine don't have bus, or who command just print nothing.
fi