Skip to content

Commit

Permalink
[post_sfos-upgrade] Omit incorrect quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Sep 20, 2023
1 parent 65fd640 commit cf669c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/post_sfos-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ primuser="$(loginctl list-sessions | fgrep seat0 | tr -s ' ' | cut -d ' ' -f 4)"
# Paths for SailfishOS ≥ 2.2.1 rsp. SailfishOS < 2.2.1, see chapter "Final clean up" at https://docs.sailfishos.org/Support/Help_Articles/Updating_Sailfish_OS/#final-clean-up
rm -f "/home/${primuser}/.cache/sailfish-osupdateservice/os-info" "/home/${primuser}/.cache/store-client/os-info"

printf '%s\n' "- Cleansing ssu(d)\'s caches and restarting it."
printf '%s\n' "- Cleansing ssu(d)'s caches and restarting it."
for i in -TERM -INT -TERM -HUP -KILL -Failed_to_kill_ssud
do
if pgrep -x ssud > /dev/null
Expand Down

0 comments on commit cf669c8

Please sign in to comment.