Use explicit app names in install scripts
Replace the generic ${APP} placeholder with explicit, consistently capitalized application names in install scripts to produce clearer log output. Affected scripts: install/{akaunting,blinko,dagu,gogs,invoiceshelf,matomo,papermark,rss-bridge,solidtime}-install.sh. Changes update msg_info and msg_ok messages only.
This commit is contained in:
@@ -15,9 +15,9 @@ update_os
|
||||
|
||||
fetch_and_deploy_gh_release "dagu" "dagucloud/dagu" "prebuild" "latest" "/opt/dagu" "dagu_*_linux_amd64.tar.gz"
|
||||
|
||||
msg_info "Setting up ${APP}"
|
||||
msg_info "Setting up Dagu"
|
||||
mkdir -p /opt/dagu/data
|
||||
msg_ok "Set up ${APP}"
|
||||
msg_ok "Set up Dagu"
|
||||
|
||||
msg_info "Creating Service"
|
||||
cat <<EOF >/etc/systemd/system/dagu.service
|
||||
|
||||
Reference in New Issue
Block a user