Skip to content

Commit

Permalink
Merge pull request #45 from LiviaMedeiros/fix-algorithm-parameters
Browse files Browse the repository at this point in the history
Fix `algorithm_params` in openrc script
  • Loading branch information
vaeth authored Dec 8, 2024
2 parents 1b24d72 + a569b16 commit 5763c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrc/init.d/zram-init
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ZramInit() {
set -- ${1+"$@"} -D "$num_devices" \
${mlim:+-S "$mlim"} ${back:+-b "$back"} \
${icmp:+-I} ${idle:+-w} ${wlim:+-W "$wlim"} \
${maxs:+-s "$maxs"} ${algo:+-a "$algo"} ${para:+-p "$para"} \
${maxs:+-s "$maxs"} ${algo:+-a "$algo"} ${para:+-A "$para"} \
${labl:+-L "$labl"} ${uuid:+-U "$uuid"} ${notr:+-T} \
${blck:+-B "$blck"} ${irat:+-i "$irat"} ${inod:+-N "$inod"}
[ -z "${args:++}" ] || eval 'set -- "$@" '"$args"
Expand Down

0 comments on commit 5763c5a

Please sign in to comment.