Add CFUN=0 fix option

-Fixed missing quotes around $service_path during symbolic link
This commit is contained in:
iamromulan
2024-02-13 19:44:05 -05:00
committed by GitHub
parent 8e7677c8a6
commit a7e9549e36

View File

@@ -847,7 +847,7 @@ RemainAfterExit=yes
[Install]
WantedBy=multi-user.target" > "$cfun_service_path"
ln -sf $service_path /lib/systemd/system/multi-user.target.wants/
ln -sf "$service_path" "/lib/systemd/system/multi-user.target.wants/"
systemctl daemon-reload
mount -o remount,ro /
echo "CFUN fix has been installed and will execute at every boot."