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