mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
cleanup to statusrc rather than status
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
3772ad7707
commit
61268354ae
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ for i in disk network distro logo; do
|
|||
distro|logo)
|
||||
key="$uc" ;;
|
||||
esac
|
||||
echo "$key=\"$val\"" >> "$HOME/.$PKG/status"
|
||||
echo "$key=\"$val\"" >> "$HOME/.$PKG/statusrc"
|
||||
rm "$HOME/.$PKG/$i"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue