1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-24 07:37:04 +00:00
This commit is contained in:
Michael Kroes 2016-03-14 15:43:50 +01:00
parent f8dd18fb08
commit a71679c66d

View File

@ -23,7 +23,7 @@ if [ -z "$SWAP_MOUNTED" ]; then
if [ ! -e /swapfile ]; then
echo "Adding swap to the system..."
# Allocate and active the swap file
# Allocate and activate the swap file
fallocate -l 1G /swapfile
chmod 600 /swapfile
hide_output mkswap /swapfile