mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 18:17:55 +00:00
11 lines
129 B
Bash
Executable File
11 lines
129 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Abort if any command returns an error value
|
|
set -e
|
|
|
|
. /usr/share/debconf/confmodule
|
|
|
|
# we do nothing here
|
|
|
|
exit 0
|