mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Merge pull request #192 from IronTetsubo/pull1
Fixed some minor typos I noticed while coding, all completely cosmetic.
This commit is contained in:
commit
0b0837c299
4
init/msm
4
init/msm
@ -1660,7 +1660,7 @@ server_connected() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Sets the valud of a server property
|
# Sets the value of a server property
|
||||||
# $1: The ID of the server
|
# $1: The ID of the server
|
||||||
# $2: The name of the server property
|
# $2: The name of the server property
|
||||||
# $3: The value for the property
|
# $3: The value for the property
|
||||||
@ -1772,7 +1772,7 @@ server_property() {
|
|||||||
eval SERVER_$2[$1]=\"\$SETTINGS_DEFAULT_$2\"
|
eval SERVER_$2[$1]=\"\$SETTINGS_DEFAULT_$2\"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Post-changes to varibales after loading
|
### Post-changes to variables after loading
|
||||||
|
|
||||||
# If it is a path make that path absolute
|
# If it is a path make that path absolute
|
||||||
if [[ "$2" =~ _PATH$ ]]; then
|
if [[ "$2" =~ _PATH$ ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user