mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-22 20:27:19 +02:00
Create symlink for WriteFreely in /usr/local/bin
Added a symbolic link for the WriteFreely executable.
This commit is contained in:
committed by
GitHub
parent
3a9713390d
commit
da7810dee4
+1
-1
@@ -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
|
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||||
# Source: https://github.com/writefreely/writefreely
|
# Source: https://github.com/writefreely/writefreely
|
||||||
|
|
||||||
# App Default Values
|
|
||||||
APP="WriteFreely"
|
APP="WriteFreely"
|
||||||
var_tags="${var_tags:-writing}"
|
var_tags="${var_tags:-writing}"
|
||||||
var_cpu="${var_cpu:-2}"
|
var_cpu="${var_cpu:-2}"
|
||||||
@@ -52,6 +51,7 @@ function update_script() {
|
|||||||
msg_info "Running Post-Update Tasks"
|
msg_info "Running Post-Update Tasks"
|
||||||
cd /opt/writefreely
|
cd /opt/writefreely
|
||||||
$STD ./writefreely db migrate
|
$STD ./writefreely db migrate
|
||||||
|
ln -s /opt/writefreely/writefreely /usr/local/bin/writefreely
|
||||||
msg_ok "Ran Post-Update Tasks"
|
msg_ok "Ran Post-Update Tasks"
|
||||||
|
|
||||||
msg_info "Starting Services"
|
msg_info "Starting Services"
|
||||||
|
|||||||
Reference in New Issue
Block a user