setup_node.bash: Hyphens need escape
FIDONet nodes and points automatic installation package
Brought to you by:
falcony
In "setup_node.bash", the hyphen "-" in AllowedChars and Alloweddns (Line 37 & 39) need to be escaped - at least on my system: Debian wheezy, german locale settings:
declare -r AllowedChars="1234567890/., :\-abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
declare -r AllowedNumbers="1234567890/.:"
declare -r Alloweddns="1234567890/.:\-abcdefghijklmnopqrstuvwxyz"
I also attached a patch for this..
Cheers,
stimpy