Browse Source

Fixed Typo

old-stable
gau1991 10 years ago
parent
commit
1ab6338223
  1. 2
      src/lib/ee_lib_create_swap.sh

2
src/lib/ee_lib_create_swap.sh

@ -19,5 +19,5 @@ function ee_lib_create_swap()
# Add entry into /etc/fstab # Add entry into /etc/fstab
echo "/swapfile none swap sw 0 0" >> /etc/fstab \ echo "/swapfile none swap sw 0 0" >> /etc/fstab \
|| ee_lib_error "Unable to add entry into /etc/fstab, exit status = " $?" || ee_lib_error "Unable to add entry into /etc/fstab, exit status = " $?
} }

Loading…
Cancel
Save