From 0cf505aa6b6f2f28f1be047e3e0b5bf1c51f5e2b Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 24 Nov 2014 15:08:17 +0100 Subject: [rfs-stage31] Write IP information to /opt/openslx/config even if config.tgz does not exist --- remote/rootfs/rootfs-stage31/data/inc/activate_sysconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/remote/rootfs/rootfs-stage31/data/inc/activate_sysconfig b/remote/rootfs/rootfs-stage31/data/inc/activate_sysconfig index eb0e6d99..858102d2 100644 --- a/remote/rootfs/rootfs-stage31/data/inc/activate_sysconfig +++ b/remote/rootfs/rootfs-stage31/data/inc/activate_sysconfig @@ -37,7 +37,6 @@ fetch_config_files() { update_sysconfig() { # sanity checks [ ! -e "${CONFIG}" ] && { echo "Cannot update. '$CONFIG' does not exist."; return 1; } - [ ! -e "${CONFIG}.tgz" ] && { echo "Cannot update. '$CONFIG' does not exist."; return 1; } # write IP and SLX_SERVER configuration to $CONFIG cat >> "$CONFIG" <