One benefit of embedding scripts into the read/writable directory (/home/tc/*) in TinyPaw is the ability to apply updates without creating new squashfs extensions each time. However with auto-update enabled and airgeddon updates you will need to manually add the dhcpd.leases file location. Also, if you wish to disable auto-update you can do that as well. *The airgeddon script you need to adjust is located in your (/home/tc/.airgeddon/) directory and will be the airgeddon.sh file* First as you see in the screenshot below this is the new airgeddon 8.11 script As you see in the next screenshot there is the option "auto_update" that takes the argument of "1" or "0". If you wish to disable auto updating for the future change this argument to "0". Finally in this last screenshot you can see the area in the script declaring "possible_dhcp_leases_files" and after this line you will need to press return, tab over until you are above the already listed line items and enter the following: "/home/tc/.airgeddon/dhcpd.leases" As seen below: Now save the changes you've made to your airgeddon script by either "file+save" or "cntl+s". And now your script has been modified to use/read/write into the proper dchpd.leases file.