Removed quotes for chroot command in usher

This commit is contained in:
2017-05-31 11:12:23 -05:00
parent 9a40963b05
commit 9f9452db63
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ case $1 in
/etc/init.d/sysklogd restart
update-rc enable sysklogd
else
chroot ${TARGET} 'update-rc enable sysklogd'
chroot ${TARGET} update-rc enable sysklogd
fi
;;
prerm)