Updates
This commit is contained in:
@@ -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"'/ {
|
||||
|
||||
Reference in New Issue
Block a user