Samba sync fixes
This commit is contained in:
parent
28146b08ef
commit
698cd9aeb8
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.406.22) stable; urgency=low
|
||||
hedera-web (1.406.23) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.406.22",
|
||||
"version": "1.406.23",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue