mirror of
https://codeberg.org/Tealk/systemupdate.git
synced 2024-12-28 10:17:03 +01:00
backslashes.shellcheckSC2162
Signed-off-by: Tealk <tealk@rollenspiel.monster>
This commit is contained in:
parent
c59a7d7b37
commit
fa316483fa
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ function update_snap() {
|
|||
# Return value: None
|
||||
function cleanup_snap() {
|
||||
LANG=C snap list --all | awk '/disabled/{print $1, $3}' |
|
||||
while read snapname revision; do
|
||||
while read -r snapname revision; do
|
||||
snap remove "$snapname" --revision="$revision"
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue