From 74b2e6a26adfbd00ca05963fa3adba93d19fc51b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 10 Dec 2019 03:09:59 +0300 Subject: fix wrong function name --- mkrootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkrootfs.sh') diff --git a/mkrootfs.sh b/mkrootfs.sh index d87ed43..828f38d 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -82,5 +82,5 @@ msg "Package build complete, starting package installation" # shellcheck disable=SC2086 kiss i $PKGS msg "Installation Complete, starting custombuild procedure if there is one" -custombuild +postinstall msg "Done!" -- cgit v1.2.3