General TC > Programming & Scripting - Unofficial
extension audit script
robc:
The squashfs block 4096 check needs to have unsquashfs, this check needs to be added
--- Code: ---if [ ! -f /usr/local/tce.installed/squashfs-tools-4.0 ]; then
echo "Install squashfs-tools-4.0.tcz before proceeding."
exit 1
fi
--- End code ---
The chown line for the tce* directories needs to have a sudo.
The -noappend flag can be added to the mksquashfs command and the rm line can be removed.
Jason W:
Thanks, I will work that in too. Will get to both soon.
Jason W:
Done
Jason W:
Added a check for missing entries in dep files.
jls:
line 82: syntax error: unexpected "then" (expecting "done")
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version