mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
rtl: fix permission of config on copy
This commit is contained in:
parent
7fd760177c
commit
80a0e7a77e
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ console.log(JSON.stringify(data, null, 2));
|
|||
EOF
|
||||
sudo -u rtl mkdir -p /home/rtl/${netprefix}RTL
|
||||
sudo rm -f /home/rtl/${netprefix}RTL/RTL-Config.json
|
||||
sudo -u rtl mv /home/admin/RTL-Config.json /home/rtl/${netprefix}RTL/
|
||||
sudo mv /home/admin/RTL-Config.json /home/rtl/${netprefix}RTL/
|
||||
sudo chown rtl:rtl /home/rtl/${netprefix}RTL/RTL-Config.json
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue