diff options
author | M.Gergo | 2020-04-04 14:10:01 +0200 |
---|---|---|
committer | M.Gergo | 2020-04-04 14:10:01 +0200 |
commit | ac296a83cdcbcd13ae72fbf2910cdcc8e5f8e693 (patch) | |
tree | a46df1f0ab0644a7885686b55bec942e354e8a5c | |
parent | 8a3adb76473b13842bda18ee5e6eb7b3735ec07e (diff) | |
download | mayor-ac296a83cdcbcd13ae72fbf2910cdcc8e5f8e693.tar.gz mayor-ac296a83cdcbcd13ae72fbf2910cdcc8e5f8e693.zip |
Mayor-Nextcloud script: Tankörmappák
-rw-r--r-- | egyéb/nextcloud/mayor-nextcloud.php | 2 |
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); } |