This commit is contained in:
kyodev 2018-06-08 16:50:33 +02:00
parent a8814635aa
commit 41cea043ad
1 changed files with 2 additions and 5 deletions

View File

@ -4,8 +4,8 @@
# SC2119 Use function "$@" if function's $1 should mean script's $1 (??)
# SC2120 function references arguments, but none are ever passed.
version=4.21.0
date="07/06/2018"
version=4.21.1
date="08/06/2018"
#contact="IRC ##sdeb@freenode.net ou https://framagit.org/sdeb/getFirefox/issues"
script="getFirefox"
@ -1059,9 +1059,6 @@ options=${options//--sauve/ }
# shellcheck disable=SC2221,SC2222
for j in $options; do # deuxième passe options, actions
case $j in
-t )
ffx_pers_get_version
exit ;;
-i | --install | -r | --remove | ri | i-* | m-* | r-* | u-* )
if [ "$EUID" -ne 0 ]; then
f__info "vous devez être$RED ROOT$BLUE pour cette opération"