Skip to content

Commit

Permalink
Update installUpgradeFunctions.sh
Browse files Browse the repository at this point in the history
Also, put in stub for prepare_local_website()
  • Loading branch information
EricClaeys authored Jul 19, 2024
1 parent 7025f96 commit 8c23e52
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion scripts/installUpgradeFunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,20 @@ function update_json_file() # [-d] field, new value, file, [type]
return "${RET}"
}


####
# Prepare a local Website:
# Update the config file by replacing placeholders.
# Copy data.json.
function prepare_local_website()
{
: # TODO:
}


####
# Update a Website configuration file from old to current version.
function update_website_config_file()
function update_old_website_config_file()
{
local FILE PRIOR_VERSION CURRENT_VERSION LOCAL_OR_REMOTE

Expand Down

0 comments on commit 8c23e52

Please sign in to comment.