Browse Source

fix EOF whitespace issue (#1223)

Jimi Ford 2 years ago
parent
commit
7d893af4e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/debian.func

+ 1 - 1
misc/debian.func

@@ -387,7 +387,7 @@ EOF
   cat <<EOF >>$LXC_CONFIG
   cat <<EOF >>$LXC_CONFIG
 lxc.cgroup2.devices.allow: a
 lxc.cgroup2.devices.allow: a
 lxc.cap.drop:
 lxc.cap.drop:
-EOF  
+EOF
   fi
   fi
   msg_info "Starting LXC Container"
   msg_info "Starting LXC Container"
   pct start "$CTID"
   pct start "$CTID"