Removed quotes around chroot command in usher
This commit is contained in:
@@ -16,7 +16,7 @@ case $1 in
|
||||
/etc/init.d/udevd restart
|
||||
update-rc enable udevd
|
||||
else
|
||||
chroot ${TARGET} 'update-rc enable udevd'
|
||||
chroot ${TARGET} update-rc enable udevd
|
||||
fi
|
||||
;;
|
||||
prerm)
|
||||
|
||||
Reference in New Issue
Block a user