Skip to content

Commit

Permalink
prevent core-alpha inside jeedom installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Oct 21, 2024
1 parent 08c9e4d commit 8c18e20
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 @@ -169,6 +169,7 @@ step_6_jeedom_download() {
cp -R /root/core-*/.[^.]* ${WEBSERVER_HOME}
find ${WEBSERVER_HOME}/ -exec touch {} +
rm -rf /root/core-* > /dev/null 2>&1
rm -rf ${WEBSERVER_HOME}/core-* > /dev/null 2>&1
rm /tmp/jeedom.zip
echo "${GREEN}Step 6 - download Jeedom done${NORMAL}"
}
Expand Down

0 comments on commit 8c18e20

Please sign in to comment.