This commit is contained in:
Stephan Raabe
2023-12-18 21:57:32 +01:00
parent c262871375
commit 37162cbab6
7 changed files with 67 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ if [ ! -z $customvalue ]; then
# Ensure that markers are in target file
if grep -s "$startMarker" $targetFile && grep -s "$endMarker" $targetFile; then
echo "Exists"
# Write into File
sed -i '/'"$startMarker"'/,/'"$endMarker"'/ {