Update default.inc

This commit is contained in:
2019-02-04 23:42:04 -06:00
parent ca1fe4523f
commit 4a1a73d435

View File

@@ -120,7 +120,7 @@ ENTER2CONTINUE(){
}
function string_replace {
echo "${1/\*/$2}"
echo "${1//\*/$2}"
}