This commit is contained in:
kyodev 2017-08-16 19:43:54 +02:00
parent bc4ab88453
commit 2f8c8770bd
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ fileLogs="/var/log/sdeb_$script.log"
dirInstall="/home/$user_/.mozilla/plugins"
urlOnline="https://get.adobe.com/fr/flashplayer/" # test version & referer
[ "$(stat -c %G /opt/bin/$script)" == "root" ] && problemDetected+="-1" # droits inappropriés sur le script, version de dev
[ -e "/opt/bin/$script" ] && [ "$(stat -c %G /opt/bin/$script)" == "root" ] && problemDetected+="-1" # droits inappropriés sur le script, version de dev
options="$@"
if [ "$(dirname $0)" == "." ]; then unset options
elif ! grep -qE '\-u|\-\-upgrade' <<< "$options"; then