Update file paths

This commit is contained in:
David Carley
2022-09-07 16:48:35 +00:00
parent c41995329b
commit f2e0f9cabf
2 changed files with 1 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ if should_resize_root_partition; then
# Remove itself from the registered systemd services
# Delete itself from the filesystem
# Therefore, never run again
cp scripts/resize2fs_once /etc/init.d/resize2fs_once
cp ./installer/scripts/resize2fs_once /etc/init.d/resize2fs_once
chmod +x /etc/init.d/resize2fs_once
systemctl enable resize2fs_once