We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaad6e commit cca1e98Copy full SHA for cca1e98
1 file changed
Hochob/Services/Events/HostExternal.sh
@@ -81,14 +81,10 @@ chooseReminder()
81
chooseClosure()
82
{
83
LANGUAGE=$1
84
- rand=$[ $RANDOM % 3 ]
85
- echo $rand
86
- if [ "$rand" = "1" ]; then
87
- if [ "$LANGUAGE" = "english" ]; then
88
- LOCAL_CLOSURE=${LOCAL_CLOSURE_ENGLISH}
89
- else
90
- LOCAL_CLOSURE=${LOCAL_CLOSURE_SPANISH}
91
- fi
+ if [ "$LANGUAGE" = "english" ]; then
+ LOCAL_CLOSURE=${LOCAL_CLOSURE_ENGLISH}
+ else
+ LOCAL_CLOSURE=${LOCAL_CLOSURE_SPANISH}
92
fi
93
}
94
0 commit comments