forked from sig_core/toolkit
8 lines
192 B
Bash
Executable File
8 lines
192 B
Bash
Executable File
#!/bin/bash
|
|
r_log "acl" "Install the acl package"
|
|
p_installPackageNormal acl
|
|
# This normally is not needed.
|
|
#r_log "acl" "Remount filesystems with ACL support"
|
|
#mount -o remount,acl /
|
|
sleep 3
|