Skip to content

Commit

Permalink
Change ownership of save_variables.cfg to pi from root
Browse files Browse the repository at this point in the history
  • Loading branch information
re3Dev authored Jul 31, 2024
1 parent cb48304 commit ad1f834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/system_config/shell_commands/integrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
home=/home/pi
config=$home/printer_data/config
sys_path=$config/src/system_config
config_files=("standalone.cfg" "crowsnest.conf" "timelapse.cfg" ".master.cfg" "wifi_setup.conf" "macros.cfg")
config_files=("standalone.cfg" "crowsnest.conf" "timelapse.cfg" ".master.cfg" "wifi_setup.conf" "macros.cfg" "save_variables.cfg")

# Update and upgrade system
sudo apt update
Expand Down Expand Up @@ -41,4 +41,4 @@ sleep 1
export DISPLAY=:0
export XAUTHORITY=/home/pi/.Xauthority
xdotool key F5
reboot
reboot

0 comments on commit ad1f834

Please sign in to comment.