Create symlink for WriteFreely in /usr/local/bin

Added a symbolic link for the WriteFreely executable.
This commit is contained in:
CanbiZ (MickLesk)
2026-02-04 08:35:40 +01:00
committed by GitHub
parent 3a9713390d
commit da7810dee4

View File

@@ -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"