Skip to content

Commit

Permalink
install.sh - fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Oct 19, 2021
1 parent 49f76f3 commit 645e723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cat $SCRIPTPATH/sudoers >> /etc/sudoers.d/allsky
echo -en '\n'

# As of October 2021, WEBSITE_DIR is a subdirectory of PORTAL_DIR.
# Before we remove PORTAL_DIR, save WEBSITE_DIR to the partent of PORTAL_DIR, then restore it.
# Before we remove PORTAL_DIR, save WEBSITE_DIR to the parent of PORTAL_DIR, then restore it.
if [ -d "${WEBSITE_DIR}" ]; then
TMP_WEBSITE_DIR="$(dirname "${PORTAL_DIR}")"
echo -e "${GREEN}* Backing up ${WEBSITE_DIR} to ${TMP_WEBSITE_DIR}${NC}"
Expand Down

0 comments on commit 645e723

Please sign in to comment.