diff options
Diffstat (limited to 'postsync.d/regen-overlays')
-rwxr-xr-x | postsync.d/regen-overlays | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postsync.d/regen-overlays b/postsync.d/regen-overlays index bbaec32..89d70dd 100755 --- a/postsync.d/regen-overlays +++ b/postsync.d/regen-overlays @@ -2,7 +2,7 @@ . /etc/init.d/functions.sh -OVERLAY_CONFIG_DIR="$(update-eix --print EIXCFGDIR)/overlays" +OVERLAY_CONFIG_DIR="$(dirname $0)/../overlays" ebegin "Regenerating overlay config ..." |