From 92f47b689a013c9c55f93149695d4b8132f8e3c6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 20 Jul 2022 14:13:08 +0300 Subject: [PATCH] refactoring... Signed-off-by: Alex A. Naanou --- post-install | 3 ++- post-install.d/machine/README | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 post-install.d/machine/README diff --git a/post-install b/post-install index aa40ecd..1707b58 100644 --- a/post-install +++ b/post-install @@ -28,6 +28,7 @@ SYSTEM_RC=${0}rc USER_RC=~/.${CMD}rc SCRIPT_DIR=${0}.d/ +MACHINE_SCRIPT_DIR=$SCRIPT_DIR/michine/ @@ -383,7 +384,7 @@ function feature-platform-scripts(){ local platform=default fi - feature-scripts "$SCRIPT_DIR/$platform" + feature-scripts "$MACHINE_SCRIPT_DIR/$platform" } diff --git a/post-install.d/machine/README b/post-install.d/machine/README new file mode 100644 index 0000000..e69de29