Adding oggui postinst debug
oggui-debian-package/pipeline/head This commit looks good
Details
oggui-debian-package/pipeline/head This commit looks good
Details
parent
bad345c2fd
commit
b82f139c9d
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
. /usr/share/debconf/confmodule
|
||||
|
||||
|
@ -52,7 +53,6 @@ elif [ "$1" = "configure" ] && [ -n "$2" ]; then
|
|||
echo ">>> Backup de archivos de configuración reales en /opt/opengnsys"
|
||||
restore_config_if_modified "/opt/opengnsys/oggui/etc/nginx/oggui.conf"
|
||||
restore_config_if_modified "$CONFIG_FILE"
|
||||
|
||||
fi
|
||||
|
||||
# Cambiar la propiedad de los archivos al usuario especificado
|
||||
|
|
Loading…
Reference in New Issue