We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5debc4 + 53ec27c commit 3aaf281Copy full SHA for 3aaf281
1 file changed
scripts/util/keystore-cert-import
@@ -100,11 +100,6 @@ if [ -f "$SYSTEM_FILE" ]; then
100
update-ca-certificates > /dev/null 2>&1 || true
101
fi
102
103
-# Restart cloud service if we're in systemvm
104
-if [ "$MODE" == "ssh" ] && [ -f $SYSTEM_FILE ]; then
105
- systemctl restart cloud > /dev/null 2>&1
106
-fi
107
-
108
# Fix file permission
109
chmod 600 $CACERT_FILE
110
chmod 600 $CERT_FILE
0 commit comments