Fix typo in swap script
This commit is contained in:
parent
d9dc5dc423
commit
09c8c8ed9f
@ -23,7 +23,7 @@ stop()
|
|||||||
ebegin "Deactivating swap devices"
|
ebegin "Deactivating swap devices"
|
||||||
|
|
||||||
# Try to unmount all tmpfs filesystems not in use, else a deadlock may
|
# Try to unmount all tmpfs filesystems not in use, else a deadlock may
|
||||||
# occure. As $RC_SVCDIR may also be tmpfs we cd to it to lock it
|
# occur. As $RC_SVCDIR may also be tmpfs we cd to it to lock it
|
||||||
cd "$RC_SVCDIR"
|
cd "$RC_SVCDIR"
|
||||||
umount -a -t tmpfs 2>/dev/null
|
umount -a -t tmpfs 2>/dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user