From 08c9e4da9f2e6b9c48eb8ec535f9b04a45d89365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= <1536036+zoic21@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:30:11 +0200 Subject: [PATCH] Update install.sh --- install/install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install/install.sh b/install/install.sh index be938b06be..8adc392921 100644 --- a/install/install.sh +++ b/install/install.sh @@ -167,7 +167,6 @@ step_6_jeedom_download() { fi cp -R /root/core-*/* ${WEBSERVER_HOME} cp -R /root/core-*/.[^.]* ${WEBSERVER_HOME} - cp -R /root/core-*/.htaccess ${WEBSERVER_HOME}/htaccess find ${WEBSERVER_HOME}/ -exec touch {} + rm -rf /root/core-* > /dev/null 2>&1 rm /tmp/jeedom.zip @@ -347,11 +346,6 @@ step_10_jeedom_installation() { exit 1 fi fi - - if [ ! -f ${WEBSERVER_HOME}/.htaccess ];then - cp -R ${WEBSERVER_HOME}/htaccess ${WEBSERVER_HOME}/.htaccess - fi - rm ${WEBSERVER_HOME}/.htaccess echo "${GREEN}Step 10 - Jeedom install done${NORMAL}" }