HEX
Server: Apache/2.4.63 (Unix)
System: Linux Synopilou92 4.4.302+ #72806 SMP Mon Jul 21 23:16:00 CST 2025 x86_64
User: pilou92 (1026)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //var/packages/WebDAVServer/scripts/postinst
#!/bin/sh
PRIVATE_LOCATION="/var/packages/WebDAVServer/target"
VOLUME=`/usr/bin/readlink ${PRIVATE_LOCATION} | /usr/bin/cut -d '/' -f2`
mkdir -p /${VOLUME}/@webdav

ORG_UDC_CONF="/usr/syno/etc/user.data.conf/dav.config"

if [ -f "$ORG_UDC_CONF" ]
then
	rm $ORG_UDC_CONF
fi

exit 0