mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
escape_sql
This commit is contained in:
@@ -31,6 +31,10 @@ Pin: origin repo.powerdns.com
|
||||
Pin-Priority: 600
|
||||
EOF
|
||||
|
||||
escape_sql() {
|
||||
printf '%s' "$1" | sed "s/'/''/g"
|
||||
}
|
||||
|
||||
msg_info "Setting up PowerDNS"
|
||||
$STD apt install -y pdns-server \
|
||||
pdns-backend-sqlite3
|
||||
|
||||
Reference in New Issue
Block a user