Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions scripts/util/keystore-cert-import
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ if [ -f "$SYSTEM_FILE" ]; then
update-ca-certificates > /dev/null 2>&1 || true
fi

# Restart cloud service if we're in systemvm
if [ "$MODE" == "ssh" ] && [ -f $SYSTEM_FILE ]; then
systemctl restart cloud > /dev/null 2>&1
fi

# Fix file permission
chmod 600 $CACERT_FILE
chmod 600 $CERT_FILE
Expand Down