Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Oct 18, 2024
1 parent 4c50631 commit 08c9e4d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}"
}
Expand Down

0 comments on commit 08c9e4d

Please sign in to comment.