pxe: bugfix wrong cat for nfs

This commit is contained in:
pedro 2024-09-24 12:27:11 -03:00
parent 887cf162c5
commit a7bc751ccd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ backup_file() {
install_nfs() {
backup_file /etc/exports
cat /etc/exports <<END
cat > /etc/exports <<END
${nfs_path} ${nfs_allowed_lan}(rw,sync,no_subtree_check,no_root_squash)
END
}