The script is using bash which is not necessary and can be changed to sh so bash.tcz doesn't need to be installed.
Also the script doesn't create directories where it attempts to write to. using /tmp might make more sense.
[code]#!/bin/sh
#
# This is s...
Also the script doesn't create directories where it attempts to write to. using /tmp might make more sense.
[code]#!/bin/sh
#
# This is s...