Skip to content

Commit

Permalink
Update change_url
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgaspar committed Dec 21, 2023
1 parent 2a14a55 commit 1729962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/change_url
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ then
exec_occ config:system:set trusted_domains 1 --value=$new_domain

# Change hostname for activity notifications
exec_occ config:system:set overwrite.cli.url --value="https://${new_domain}${new_path}"
exec_occ config:system:set overwrite.cli.url --value="https://${new_domain}"
fi

if [ $change_domain -eq 1 ]
Expand Down

0 comments on commit 1729962

Please sign in to comment.