Logging is disabled for apt.install.sh in the distributor (#3)

* Logging is disabled for apt.install.sh in the distributor (#5)
This commit is contained in:
Sergei Solovev 2024-11-24 13:49:38 +03:00 committed by GitHub
parent db927f4a85
commit 3faed73e71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@ if $foundOs; then
echo "Starting the automatic installation" | tee -a "$logsInst"
echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null
sudo chmod +x /tmp/torrentpier/autoinstall/apt.install.sh 2>&1 | sudo tee -a "$logsInst" > /dev/null
sudo /tmp/torrentpier/autoinstall/apt.install.sh 2>&1 | sudo tee -a "$logsInst"
sudo /tmp/torrentpier/autoinstall/apt.install.sh
fi
done
else