Do not hide long commands
This commit is contained in:
@@ -88,7 +88,8 @@ for (( r=0; r<${#CONF_LINE[@]}; r++ ));
|
|||||||
replace=$( eval echo ${!value} )
|
replace=$( eval echo ${!value} )
|
||||||
REGEX="$REGEX -e 's/\(${CONF_LINE[$r]}\)/"${replace}"/g'"
|
REGEX="$REGEX -e 's/\(${CONF_LINE[$r]}\)/"${replace}"/g'"
|
||||||
done
|
done
|
||||||
REGEX="$REGEX -e 's/^\$(\([^)]\{20\}\).*)/\$(\1...)/g'"
|
#REGEX="$REGEX -e 's/^\$(\([^)]\{20\}\).*)/\$(\1...)/g'"
|
||||||
|
# ^ hide long commands
|
||||||
#echo $REGEX
|
#echo $REGEX
|
||||||
#exit
|
#exit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user