mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-05 08:54:03 -04:00
Refactor Alpine IronClaw: use \ instead of >/dev/null 2>&1
This commit is contained in:
@@ -19,8 +19,8 @@ msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing PostgreSQL"
|
||||
$STD apk add postgresql17 postgresql17-openrc postgresql-pgvector postgresql-common
|
||||
rc-service postgresql setup >/dev/null 2>&1
|
||||
rc-update add postgresql default >/dev/null 2>&1
|
||||
$STD rc-service postgresql setup
|
||||
$STD rc-update add postgresql default
|
||||
$STD rc-service postgresql start
|
||||
msg_ok "Installed PostgreSQL"
|
||||
|
||||
@@ -68,8 +68,8 @@ depend() {
|
||||
}
|
||||
EOF
|
||||
chmod +x /etc/init.d/ironclaw
|
||||
rc-update add ironclaw default >/dev/null 2>&1
|
||||
rc-service ironclaw start >/dev/null 2>&1
|
||||
$STD rc-update add ironclaw default
|
||||
$STD rc-service ironclaw start
|
||||
msg_ok "Created Service"
|
||||
|
||||
motd_ssh
|
||||
|
||||
Reference in New Issue
Block a user