mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
kiss: remove as_root usage with 'kiss c'
The less of this as_root usage the better.
This commit is contained in:
parent
a959fcf4a0
commit
09b92d4c64
16
kiss
16
kiss
@ -1551,20 +1551,8 @@ args() {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
# False positive ('>> file' with no command).
|
printf '%s\n' "$sums"
|
||||||
# shellcheck disable=2188
|
printf '%s\n' "$sums" > "$repo_dir/checksums"
|
||||||
printf '%s\n' "$sums" |
|
|
||||||
|
|
||||||
if 2>/dev/null >> "$repo_dir/checksums"; then
|
|
||||||
tee "$repo_dir/checksums"
|
|
||||||
|
|
||||||
else
|
|
||||||
log "$pkg" "Need permissions to generate checksums"
|
|
||||||
file_owner "$repo_dir"
|
|
||||||
|
|
||||||
user=$user as_root tee "$repo_dir/checksums"
|
|
||||||
fi
|
|
||||||
|
|
||||||
log "$pkg" "Generated checksums"
|
log "$pkg" "Generated checksums"
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user