Skip to content

Commit

Permalink
fix command typo (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolisv authored and nefelim4ag committed Aug 22, 2017
1 parent 1193a45 commit ef5af8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd-swap
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ case "$1" in
cp $CONF $B_CONF
if [ -d /etc/systemd/swap.conf.d/ ]; then
for file in /etc/systemd/swap.conf.d/*.conf; do
[ ! -f "$file" ] && contine
[ ! -f "$file" ] && continue
INFO "Load: $file"
cat "$file" >> $B_CONF
done

0 comments on commit ef5af8d

Please sign in to comment.