aboutsummaryrefslogtreecommitdiffstats
path: root/egyéb/nextcloud/mayor-nextcloud.php
diff options
context:
space:
mode:
authorM.Gergo2020-04-04 14:10:01 +0200
committerM.Gergo2020-04-04 14:10:01 +0200
commitac296a83cdcbcd13ae72fbf2910cdcc8e5f8e693 (patch)
treea46df1f0ab0644a7885686b55bec942e354e8a5c /egyéb/nextcloud/mayor-nextcloud.php
parent8a3adb76473b13842bda18ee5e6eb7b3735ec07e (diff)
downloadmayor-ac296a83cdcbcd13ae72fbf2910cdcc8e5f8e693.tar.gz
mayor-ac296a83cdcbcd13ae72fbf2910cdcc8e5f8e693.zip
Mayor-Nextcloud script: Tankörmappák
Diffstat (limited to 'egyéb/nextcloud/mayor-nextcloud.php')
-rw-r--r--egyéb/nextcloud/mayor-nextcloud.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/egyéb/nextcloud/mayor-nextcloud.php b/egyéb/nextcloud/mayor-nextcloud.php
index 0dc27a62..3fd1f78e 100644
--- a/egyéb/nextcloud/mayor-nextcloud.php
+++ b/egyéb/nextcloud/mayor-nextcloud.php
@@ -40,7 +40,7 @@ $m2n['verbose'] = 3 ;
$occ_path = "/var/www/nextcloud/";
$occ_user = "www-data";
$ALWAYS_SET_DIAK_QUOTA = false;
-$groupdir_user = "";
+$groupdir_user = "naplo_robot";
$cfgfile = realpath(pathinfo($argv[0])['dirname'])."/"."mayor-nextcloud.cfg.php"; // A fenti konfig behívható config fájlból is, így a nextcloud-betöltő (ez a php) szerkesztés nélkül frissíthető.
if( file_exists($cfgfile)===TRUE ){ include($cfgfile); }