diff --git a/profiles/functions b/profiles/functions index a4df051..19ef8e2 100644 --- a/profiles/functions +++ b/profiles/functions @@ -148,7 +148,7 @@ remount_partitions() { shift for partition in $@; do - mount -o remount,$options $partition + mount -o remount,$options $partition >/dev/null 2>&1 done }