Remove fix silent mouse
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# mount_dir="/run/media/kevin/backup-hd"
|
||||
mount_dir="/mnt/linux-files-2"
|
||||
#mount_dir="/mnt/linux-files-2"
|
||||
mount_dir="/backup"
|
||||
# Backup destination
|
||||
case $1 in
|
||||
nzxt )
|
||||
|
||||
@@ -8,6 +8,11 @@ if [ "$1" = "BTCUSDC" ]; then
|
||||
else
|
||||
price=$(echo "$raw" | jq -r ".result.$1.b[0]")
|
||||
fi
|
||||
if [ "$1" = "BTCUSDC" ]; then
|
||||
price=$(echo "$raw" | jq -r ".result.XBTUSDC.b[0]")
|
||||
else
|
||||
price=$(echo "$raw" | jq -r ".result.$1.b[0]")
|
||||
fi
|
||||
#if [ $(echo "$price < 1" | bc -l) -eq 1 ]; then
|
||||
#printf "%0.3f\n" "$price" | cut -c 3-
|
||||
#elif [ $(echo "$price < 10" | bc -l) -eq 1 ]; then
|
||||
|
||||
Reference in New Issue
Block a user