Skip to content
Snippets Groups Projects
Commit 6e1ecb82 authored by ping's avatar ping
Browse files

Changes the order of post-install scripts && uses run_command to run post-install scripts

parent 1187eccd
No related branches found
No related tags found
No related merge requests found
...@@ -261,7 +261,8 @@ fi ...@@ -261,7 +261,8 @@ fi
echo "[Post-install...]" echo "[Post-install...]"
for script in config/03-post_install/*.sh; do for script in config/03-post_install/*.sh; do
./"$script" echo " [Running $script...]"
run_command "$script"
done done
echo "[Moving kernel...]" echo "[Moving kernel...]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment