We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9974dd9 commit 27a53e1Copy full SHA for 27a53e1
src/packages/server/compute/cloud/startup-script.ts
@@ -244,9 +244,6 @@ exec /usr/bin/python3 -u /cocalc/disk_enlarger.py 2> /var/log/cocalc-disk-enlarg
244
245
exec /usr/bin/python3 -u /cocalc/check_in.py ${CHECK_IN_PERIOD_S} 2> /var/log/cocalc-check-in.err >/var/log/cocalc-check-in.log &
246
247
-# Put back unattended upgrades, since they are good to have for security reasons.
248
-apt install -y unattended-upgrades || true
249
-
250
echo "Startup complete!"
251
`;
252
}
0 commit comments