remove the entire temporary directory

This commit is contained in:
AmineChikhaoui 2018-04-28 17:06:25 +01:00
parent 3b8c7424d1
commit 4a86f8c9ab
No known key found for this signature in database
GPG key ID: C0C8C84C15BCCD1C

View file

@ -256,7 +256,7 @@ in
else
echo "Setup of ssh host keys from http://metadata.google.internal/computeMetadata/v1/instance/attributes/ failed."
fi
rm -f $SSH_HOST_KEYS_DIR/*
rm -f $SSH_HOST_KEYS_DIR
'';
serviceConfig.Type = "oneshot";
serviceConfig.RemainAfterExit = true;