diff options
-rwxr-xr-x | postsync.d/regen-overlays | 1 |
1 files changed, 1 insertions, 0 deletions
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 ..." |