This commit is contained in:
gabeszm 2024-12-21 16:16:02 +01:00
parent be76b33661
commit 15ec588973

View file

@ -132,7 +132,7 @@ if [ "$de_choice" == "1" ]; then
if [ -f "rp_cosmetics.sh" ]; then
echo "A rp_cosmetics telepítő szkript sikeresen letöltve. Futtatás..."
sudo chmod +x rp_cosmetics.sh
sudo -E bash -x rp_cosmetics.sh | tee rp_cosmetics.log
sudo -u $(whoami) bash -x rp_cosmetics.sh | tee rp_cosmetics.log
else
echo "Nem sikerült letölteni a rp_cosmetics telepítő szkriptet."
exit 1