Skip to content

Commit

Permalink
Update install.sh: Add XX_HOME_XX
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Jul 10, 2023
1 parent 18d6602 commit 1389211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ create_webui_defines()
{
display_msg --log progress "Modifying locations for WebUI."
FILE="${ALLSKY_WEBUI}/includes/allskyDefines.inc"
sed -e "s;XX_ALLSKY_HOME_XX;${ALLSKY_HOME};" \
sed -e "s;XX_HOME_XX;${HOME};" \
-e "s;XX_ALLSKY_HOME_XX;${ALLSKY_HOME};" \
-e "s;XX_ALLSKY_CONFIG_XX;${ALLSKY_CONFIG};" \
-e "s;XX_ALLSKY_SCRIPTS_XX;${ALLSKY_SCRIPTS};" \
-e "s;XX_ALLSKY_TMP_XX;${ALLSKY_TMP};" \
Expand Down

0 comments on commit 1389211

Please sign in to comment.