From 698cd9aeb86763feecbfde3cfa4b67c561c9d652 Mon Sep 17 00:00:00 2001 From: Juan Date: Wed, 3 Oct 2018 17:10:52 +0200 Subject: [PATCH] Samba sync fixes --- debian/changelog | 2 +- package.json | 2 +- rest/core/account.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 81be2466..ea54eef3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.406.22) stable; urgency=low +hedera-web (1.406.23) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index 39947a3a..01a3c0d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.406.22", + "version": "1.406.23", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/rest/core/account.php b/rest/core/account.php index abccea46..bcb2684b 100644 --- a/rest/core/account.php +++ b/rest/core/account.php @@ -167,7 +167,7 @@ class Account { ,base64_decode($conf->sshPass) ); - $scriptDir = '/mnt/cluster/scripts'; + $scriptDir = '/mnt/storage/scripts'; // Creates the Samba user and initializes it's home directory