remove bad comment

This commit is contained in:
Girish Ramakrishnan
2016-06-28 16:02:35 -05:00
parent 43193a6394
commit 1fb4c80951
-2
View File
@@ -1,7 +1,5 @@
#!/bin/bash
# This script is called once at the end of a cloudrons lifetime
set -eu -o pipefail
if [[ ${EUID} -ne 0 ]]; then