diff --git a/scripts/cloudron-support b/scripts/cloudron-support index 94fa923ce..fb91770c7 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -110,9 +110,6 @@ rm -rf $OUT echo -e $LINE"DASHBOARD DOMAIN"$LINE >> $OUT mysql -NB -uroot -ppassword -e "SELECT value FROM box.settings WHERE name='admin_fqdn'" &>> $OUT 2>/dev/null || true -echo -e $LINE"PROVIDER"$LINE >> $OUT -cat /etc/cloudron/PROVIDER &>> $OUT || true - echo -e $LINE"Docker container"$LINE >> $OUT if ! timeout --kill-after 10s 15s docker ps -a &>> $OUT 2>&1; then echo -e "Docker is not responding" >> $OUT