diff options
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts index 2593066da0..d1bf582b0c 100755 --- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts +++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts | |||
@@ -26,7 +26,7 @@ for i in `ls $pi_dir`; do | |||
26 | echo "Running postinst $i..." | 26 | echo "Running postinst $i..." |
27 | if [ -x $i ]; then | 27 | if [ -x $i ]; then |
28 | if [ "$POSTINST_LOGGING" = "1" ]; then | 28 | if [ "$POSTINST_LOGGING" = "1" ]; then |
29 | sh -c $i >>$LOGFILE 2&>1 | 29 | sh -c $i >>$LOGFILE 2>&1 |
30 | else | 30 | else |
31 | sh -c $i | 31 | sh -c $i |
32 | fi | 32 | fi |