From 22d2c1572d85fb96a46483dcaeedf6f46910cbaf Mon Sep 17 00:00:00 2001 From: Ryan Sawhill Aroha Date: Tue, 16 Feb 2016 12:31:05 -0500 Subject: [PATCH] minor tweak for #39 --- modules/cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cfg.py b/modules/cfg.py index 5553412..a61620b 100644 --- a/modules/cfg.py +++ b/modules/cfg.py @@ -20,7 +20,7 @@ prog = 'upvm' # Path to helper blockdev script -blockdevHelper = '/usr/libexec/{}-dd-helper.py'.format(prog) +blockdevHelper = '/usr/share/{}/dd-helper.py'.format(prog) # Set config file locations used by configargparse cfgfileExample = '/usr/share/{}/example.conf'.format(prog)