remove the entire temporary directory

This commit is contained in:
AmineChikhaoui
2018-04-28 17:06:25 +01:00
committed by Rob Vermaas
parent 01db522035
commit 3a48839be0

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;