mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
remove trailing space
This commit is contained in:
parent
7c25fc517e
commit
23bd7ead59
@ -21,7 +21,7 @@ if mount | grep "${rootmnt}" | grep -q "(ro,"; then
|
||||
mount -o remount,rw "${rootmnt}"
|
||||
fi
|
||||
sysctl -p ${rootmnt}/etc/sysctl.conf >/dev/null 2>${rootmnt}/var/log/sysctl-initramfs-error.log
|
||||
sysctl -p ${rootmnt}/etc/sysctl.d/*.conf >/dev/null 2>>${rootmnt}/var/log/sysctl-initramfs-error.log
|
||||
sysctl -p ${rootmnt}/etc/sysctl.d/*.conf >/dev/null 2>>${rootmnt}/var/log/sysctl-initramfs-error.log
|
||||
if [ "${remount}" = "yes" ]; then
|
||||
mount -o remount,ro "${rootmnt}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user