From cb24888844804c5954cfd50d4cc8b98290771294 Mon Sep 17 00:00:00 2001 From: eventlOwOp <3064273390@qq.com> Date: Mon, 6 May 2024 20:52:44 +0800 Subject: [PATCH] fix foolish speeling mistake --- customize.sh | 2 +- zerotier/zerotier-one | Bin 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 zerotier/zerotier-one diff --git a/customize.sh b/customize.sh index 44fd806..1af2e96 100644 --- a/customize.sh +++ b/customize.sh @@ -21,7 +21,7 @@ ln -s ${ZT_PATH}/zerotier-one ${ZT_PATH}/zerotier-cli ln -s ${ZT_PATH}/zerotier-one ${ZT_PATH}/zerotier-idtool ui_print "- create config dir" -mkidir -p ${CONF_PATH} +mkdir -p ${CONF_PATH} touch ${CONF_PATH}/${CONF_NAME} echo "1111111111111111" > ${CONF_PATH}/${CONF_NAME} diff --git a/zerotier/zerotier-one b/zerotier/zerotier-one old mode 100644 new mode 100755