7.0.3 #83

Merged
Ark74 merged 34 commits from unstable into master 2022-06-30 14:57:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d2519be977 - Show all commits

View File

@ -425,7 +425,7 @@ else
unzip -o /tmp/chromedriver_linux64.zip -d /usr/local/bin/ unzip -o /tmp/chromedriver_linux64.zip -d /usr/local/bin/
chown root:root /usr/local/bin/chromedriver chown root:root /usr/local/bin/chromedriver
chmod 0755 /usr/local/bin/chromedriver chmod 0755 /usr/local/bin/chromedriver
rm -rf /tpm/chromedriver_linux64.zip rm -rf /tmp/chromedriver_linux64.zip
fi fi
printf "\nCheck Google Software Working...\n" printf "\nCheck Google Software Working...\n"