mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix format
This commit is contained in:
parent
5e4a646cea
commit
5ba8a1da5c
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ if [ "$1" = "on" ]; then
|
|||
echo "localBackupDeviceUUID='off'" >> /mnt/hdd/raspiblitz.conf
|
||||
fi
|
||||
sudo sed -i "s/^localBackupDeviceUUID=.*/localBackupDeviceUUID='${uuid}'/g" /mnt/hdd/raspiblitz.conf
|
||||
echo "activated=1'"
|
||||
echo "activated=1"
|
||||
|
||||
# mount device (so that no reboot is needed)
|
||||
source <(sudo /home/admin/config.scripts/blitz.backupdevice.sh mount)
|
||||
|
|
Loading…
Add table
Reference in a new issue