From 863e8d22ba45d1ae2f0a58ce5c8e0a0a3fd29866 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Wed, 22 Oct 2025 12:21:16 -0400 Subject: [PATCH] Move OpenCloud to deferred for now --- {frontend/public/json => ct/deferred}/opencloud.json | 0 ct/{ => deferred}/opencloud.sh | 0 install/{ => deferred}/opencloud-install.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {frontend/public/json => ct/deferred}/opencloud.json (100%) rename ct/{ => deferred}/opencloud.sh (100%) rename install/{ => deferred}/opencloud-install.sh (100%) diff --git a/frontend/public/json/opencloud.json b/ct/deferred/opencloud.json similarity index 100% rename from frontend/public/json/opencloud.json rename to ct/deferred/opencloud.json diff --git a/ct/opencloud.sh b/ct/deferred/opencloud.sh similarity index 100% rename from ct/opencloud.sh rename to ct/deferred/opencloud.sh diff --git a/install/opencloud-install.sh b/install/deferred/opencloud-install.sh similarity index 100% rename from install/opencloud-install.sh rename to install/deferred/opencloud-install.sh