mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
change upload path
This commit is contained in:
@@ -26,7 +26,7 @@ isMounted=$(sudo df | grep -c /mnt/hdd)
|
||||
isBTRFS=$(lsblk -o FSTYPE,MOUNTPOINT | grep /mnt/hdd | awk '$1=$1' | cut -d " " -f 1 | grep -c btrfs)
|
||||
|
||||
# set place where zipped TAR file gets stored
|
||||
defaultZipPath="/mnt/hdd/temp"
|
||||
defaultZipPath="/mnt/hdd/temp/migration"
|
||||
|
||||
# get local ip
|
||||
source <(/home/admin/config.scripts/internet.sh status local)
|
||||
|
Reference in New Issue
Block a user