We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbeba76 commit 9ba1c68Copy full SHA for 9ba1c68
bin/v-change-user-language
@@ -19,7 +19,7 @@ source $VESTA/conf/vesta.conf
19
20
21
is_language_valid() {
22
- if ! [[ "$1" =~ ^[[:alnum:]_-]+$ ]]; then
+ if ! [[ "$1" =~ ^[[:alnum:]_-]+$ ]]; then
23
echo "Error: language $1 is not valid"
24
log_event "$E_INVALID" "$EVENT"
25
exit $E_INVALID
0 commit comments