isno=cat "$dirloc""perms"
if [ "$isno" == "" ];
then
echo "no" > "$dirloc""perms"
echo "No was not Yes. We changed that."
fi
You can go f right off, younger me.
>isno=`cat "$dirloc""perms"`
> if [ "$isno" == "" ];
> then
> echo "no" > "$dirloc""perms"
> echo "No was not Yes. We changed that."
> fi
You can go f right off, younger me.
(post is archived)