Commit 291b7860 authored by Dietmar Maurer's avatar Dietmar Maurer

fix postinst script and Backup GUI

parent 8629fa80
pve-manager (2.0-21) unstable; urgency=low
* fix postinst script (write correct /root/.forward)
-- Proxmox Support Team <support@proxmox.com> Fri, 10 Feb 2012 11:13:58 +0100
pve-manager (2.0-20) unstable; urgency=low
* improve user management
......
......@@ -41,7 +41,7 @@ case "$1" in
if test -f /root/.forward; then
if ! grep -q '|/usr/bin/pvemailforward' /root/.forward; then
echo "|/usr/bin/pvemailforward\n$(cat /root/.forward)" >/root/.forward.tmp
echo -e "|/usr/bin/pvemailforward\n$(cat /root/.forward)" >/root/.forward.tmp
mv /root/.forward.tmp /root/.forward
fi
else
......
......@@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
PACKAGE=pve-manager
PACKAGERELEASE=20
PACKAGERELEASE=21
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
......
Ext.define('PVE.form.CPUModelSelector', {
Ext.define('PVE.form.CompressionSelector', {
extend: 'PVE.form.KVComboBox',
alias: ['widget.CPUModelSelector'],
alias: ['widget.pveCompressionSelector'],
initComponent: function() {
var me = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment