1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-18 21:09:41 +02:00

fix ini file owner

This commit is contained in:
dbarzin 2023-03-10 14:49:14 +01:00
parent 27a9f96fad
commit 73bd37a54e

View file

@ -243,7 +243,7 @@ echo "export PATH=\"\$HOME/.local/bin:{\$PATH}\"" >> /home/$SUDO_USER/.bashrc
echo "exec pandora-box/pandora-box.py" >> /home/$SUDO_USER/.bashrc
# Copy ini file
cp pandora-box.ini.curses pandora-box.ini
su - $SUDO_USER -c "cp ~/pandora-box/pandora-box.ini.curses ~/pandora-box/pandora-box.ini"
# Reboot
echo "You may reboot the server."