From 8c5fb4c16ab121158e5b81e651d0d7dba0614732 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 19 Oct 2009 11:53:42 +0200 Subject: fixing path evaluation and warning because of .. in the path --- postsync.d/regen-overlays | 1 + 1 file changed, 1 insertion(+) diff --git a/postsync.d/regen-overlays b/postsync.d/regen-overlays index 89d70dd..5d1fa75 100755 --- a/postsync.d/regen-overlays +++ b/postsync.d/regen-overlays @@ -3,6 +3,7 @@ . /etc/init.d/functions.sh OVERLAY_CONFIG_DIR="$(dirname $0)/../overlays" +OVERLAY_CONFIG_DIR="$(realpath $OVERLAY_CONFIG_DIR)" ebegin "Regenerating overlay config ..." -- cgit v1.2.3