Skip to content

Commit 3aaf281

Browse files
Merge remote-tracking branch 'origin/4.11'
2 parents c5debc4 + 53ec27c commit 3aaf281

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/util/keystore-cert-import

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ if [ -f "$SYSTEM_FILE" ]; then
100100
update-ca-certificates > /dev/null 2>&1 || true
101101
fi
102102

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-
108103
# Fix file permission
109104
chmod 600 $CACERT_FILE
110105
chmod 600 $CERT_FILE

0 commit comments

Comments
 (0)