diff --git a/scripts/cloudron-support b/scripts/cloudron-support index 803359874..38e8e9043 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -1,5 +1,8 @@ #!/bin/bash +# This script collects diagnostic information to help debug server related issues +# It also enables SSH access for the cloudron support team + PASTEBIN="https://paste.cloudron.io" OUT="/tmp/cloudron-support.log" LINE="\n========================================================\n"