mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-06 06:43:53 +08:00
start comma.service after local-fs.target
This commit is contained in:
@@ -49,7 +49,11 @@ DATA_SAS_TOKEN=$(az storage container generate-sas --as-user --auth-mode login -
|
||||
|
||||
# Liftoff!
|
||||
for name in $(cat $OTA_JSON | jq -r ".[] .name"); do
|
||||
process_file $name
|
||||
if grep -q "name.*${name}" $DIR/../firmware.json; then
|
||||
echo "Skipping $name, found in firmware.json"
|
||||
else
|
||||
process_file $name
|
||||
fi
|
||||
done
|
||||
|
||||
echo "Done!"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[Unit]
|
||||
After=local-fs.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
||||
Reference in New Issue
Block a user