#!/bin/sh

chmod +x /opt/qinventory/qinventory


if [ -e /home/user/.qinventory ];
then
echo "exists";
else
mkdir /home/user/.qinventory
fi
