From a5d77fa22f63509d722c427396bc65045c81c316 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 4 Jan 2024 16:03:56 +0100 Subject: [rootfs-stage31] Fix comment to not look like a config var that doesn't exist --- core/rootfs/rootfs-stage31/data/inc/activate_sysconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig b/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig index 56586928..b4bb5b65 100644 --- a/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig +++ b/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig @@ -39,7 +39,7 @@ merge_text_config() { # sanity checks [ ! -e "${CONFIG}" ] && { echo "Cannot update. '$CONFIG' does not exist."; return 1; } - # write IP and SLX_SERVER configuration to $CONFIG + # write IP and SERVER IP configuration to $CONFIG cat >> "$CONFIG" <