Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 795193a

Browse files
committed
Output marker only after script executes
1 parent e8d4408 commit 795193a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-library/container-features/src/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ while IFS= read -r feature_line; do
4444
echo "(*) Skipping. Script already run with same arguments."
4545
else
4646
# Execute script and create a marker with the script args
47-
echo "${script_command}" > "${feature_marker}"
4847
./${script_command}
48+
echo "${script_command}" > "${feature_marker}"
4949
fi
5050
fi
5151
done < ./feature-scripts.env

0 commit comments

Comments
 (0)