diff --git a/ct/writefreely.sh b/ct/writefreely.sh index 1d5092d40..ec465b91b 100644 --- a/ct/writefreely.sh +++ b/ct/writefreely.sh @@ -5,7 +5,6 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/writefreely/writefreely -# App Default Values APP="WriteFreely" var_tags="${var_tags:-writing}" var_cpu="${var_cpu:-2}" @@ -52,6 +51,7 @@ function update_script() { msg_info "Running Post-Update Tasks" cd /opt/writefreely $STD ./writefreely db migrate + ln -s /opt/writefreely/writefreely /usr/local/bin/writefreely msg_ok "Ran Post-Update Tasks" msg_info "Starting Services"