From 925215ba7b35d32b20b4b8159b55d1f2a19315d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Sun, 12 Mar 2023 17:50:57 +0800 Subject: [PATCH] rename dir --- conf/{huiwing => huiwings}/.htpasswd | 0 conf/{huiwing => huiwings}/admin.conf | 0 conf/{huiwing => huiwings}/ai.conf | 0 conf/{huiwing => huiwings}/music-room.conf | 0 conf/{huiwing => huiwings}/ts.conf | 0 cp_scripts_huiwing.sh => cp_scripts_huiwings.sh | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename conf/{huiwing => huiwings}/.htpasswd (100%) rename conf/{huiwing => huiwings}/admin.conf (100%) rename conf/{huiwing => huiwings}/ai.conf (100%) rename conf/{huiwing => huiwings}/music-room.conf (100%) rename conf/{huiwing => huiwings}/ts.conf (100%) rename cp_scripts_huiwing.sh => cp_scripts_huiwings.sh (93%) diff --git a/conf/huiwing/.htpasswd b/conf/huiwings/.htpasswd similarity index 100% rename from conf/huiwing/.htpasswd rename to conf/huiwings/.htpasswd diff --git a/conf/huiwing/admin.conf b/conf/huiwings/admin.conf similarity index 100% rename from conf/huiwing/admin.conf rename to conf/huiwings/admin.conf diff --git a/conf/huiwing/ai.conf b/conf/huiwings/ai.conf similarity index 100% rename from conf/huiwing/ai.conf rename to conf/huiwings/ai.conf diff --git a/conf/huiwing/music-room.conf b/conf/huiwings/music-room.conf similarity index 100% rename from conf/huiwing/music-room.conf rename to conf/huiwings/music-room.conf diff --git a/conf/huiwing/ts.conf b/conf/huiwings/ts.conf similarity index 100% rename from conf/huiwing/ts.conf rename to conf/huiwings/ts.conf diff --git a/cp_scripts_huiwing.sh b/cp_scripts_huiwings.sh similarity index 93% rename from cp_scripts_huiwing.sh rename to cp_scripts_huiwings.sh index f3ad05b..5d2ef7e 100755 --- a/cp_scripts_huiwing.sh +++ b/cp_scripts_huiwings.sh @@ -10,7 +10,7 @@ echo $openresty_sub_config_dir # -- Make sub config dir mkdir -p $openresty_sub_config_dir # -- Copy sun config file -cp conf/huiwing/*.conf $openresty_sub_config_dir +cp conf/huiwings/*.conf $openresty_sub_config_dir # Lua scripts