Remove quotes

This commit is contained in:
Bas v.d. Wiel 2023-03-12 14:51:48 +01:00
parent 78b8207c36
commit 26cdd39a1b
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ function install_mount_at_boot() {
# Create network interface up script
cat >"${NET_UP_SCRIPT}" <<EOF
#!/bin/bash
"${SCRIPT_PATH}" &
${SCRIPT_PATH} &
EOF
chmod 755 "${NET_UP_SCRIPT}"