Open Githopp192 opened 2 months ago
to fix it, i run this little script ==>
cadviewer_basedir="/var/www/html/nextcloud/apps/cadviewer/scripts/"
if [ -d "$cadviewer_basedir" ];then if ! [ -x "$cadviewer_basedir"/permission.sh ];then cd "$cadviewer_basedir" chmod +x permission.sh ./permission.sh cd fi fi
Hi @Githopp192 , many thanks for the input. We will add a small script similar to yours in an upcoming release!
to fix it, i run this little script ==>
cadviewer_basedir="/var/www/html/nextcloud/apps/cadviewer/scripts/"
if [ -d "$cadviewer_basedir" ];then
if ! [ -x "$cadviewer_basedir"/permission.sh ];then
cd "$cadviewer_basedir"
chmod +x permission.sh
./permission.sh
cd
fi
fi