Skip to content

Commit 9565df6

Browse files
committed
Import unknown changes from primary-key
1 parent b8a56fc commit 9565df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-afs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ while [ $kstartret -ne 0 ]; do
3131
[[ "$db" == *+* ]] || continue
3232
# Figure out the size
3333
size=$(du -s ${base}/"$filename" | awk '{print $1}')
34-
[ $size -gt $max_size ] && echo "Skipping $db" && continue
34+
[ "$size" -gt "$max_size" ] && echo "Skipping $db" && continue
3535
user="${db%%+*}"
3636
sql-backup.py --local -c sql.mit.edu-afs.json --user="$user" --database="$db"
3737
done

0 commit comments

Comments
 (0)