Output cleanup normal and bug fixes

This commit is contained in:
2020-10-09 12:18:48 +02:00
parent 976fcdf83d
commit 39510bbd1f
4 changed files with 26 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ mkdir -p /var/www/"$domain"/html/data
curl --retry 7 --retry-delay 5 -s http://mirror.nxdi.nl/resources/nextcloud/latest.tar.bz2 -o /tmp/nextcloud.tar.bz2
tar jxf /tmp/nextcloud.tar.bz2 -C /tmp
cp -a /tmp/nextcloud/. /var/www/"$domain"/html
touch /var/www/"$domain"/html/data/nextcloud.log
touch /var/www/"$domain"/html/data/nextcloud.log > $OUTPUT 2>&1
#Creating DB
db_suffix=`expr $(ls -l /var/www | grep -c ^d) - 1`