diff --git a/CT-Files/nfs/Scripts/Init.sh b/CT-Files/nfs/Scripts/Init.sh index 350392e..ea48a35 100644 --- a/CT-Files/nfs/Scripts/Init.sh +++ b/CT-Files/nfs/Scripts/Init.sh @@ -1,4 +1,4 @@ #!/bin/bash systemctl enable nfs-kernel-server.service echo "login_message=NFS Server on" >/etc/webmin/authentic-theme/custom-lang -echo "root: backup-config webmin acl init passwd mount fsdump proc cron package-updates software system-status useradmin exports shell filemin status updown" > /etc/webmin/webmin.acl \ No newline at end of file +echo "root: backup-config webmin acl init passwd mount fsdump proc package-updates software system-status useradmin exports shell filemin status updown" > /etc/webmin/webmin.acl \ No newline at end of file