remove legacy command leftover line

This commit is contained in:
TotallyLeGIT 2020-08-24 18:26:24 +02:00
parent 56a1ce7520
commit 2f4f766d55

View file

@ -325,7 +325,6 @@ update_userjs () {
#########################
if [ $# != 0 ]; then
readonly legacy_lc=$(echo $1 | tr '[A-Z]' '[a-z]')
# Display usage if first argument is -help or --help
if [ $1 = '--help' ] || [ $1 = '-help' ]; then
usage