diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-10 03:09:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-10 03:09:59 +0300 |
commit | 74b2e6a26adfbd00ca05963fa3adba93d19fc51b (patch) | |
tree | ae722d462e5be8e2c0eccf9e19e138f69ddc59ad | |
parent | 40bab528f881f6616dd2019210be785c49765e29 (diff) | |
download | mkrootfs-74b2e6a26adfbd00ca05963fa3adba93d19fc51b.tar.gz |
fix wrong function name
-rwxr-xr-x | mkrootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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!" |