Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Jan 5, 2025
1 parent 69d3727 commit 09eefcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ step_6_jeedom_download() {
fi
cp -R /root/core-*/* ${WEBSERVER_HOME}
cp -R /root/core-*/.[^.]* ${WEBSERVER_HOME}
cp /root/core/.htaccess ${WEBSERVER_HOME}/.htaccess
find ${WEBSERVER_HOME}/ -exec touch {} +
rm -rf /root/core-* > /dev/null 2>&1
rm -rf ${WEBSERVER_HOME}/core-* > /dev/null 2>&1
Expand Down

0 comments on commit 09eefcd

Please sign in to comment.