diff options
author | ramon <ramongomez@us.es> | 2013-02-01 13:13:18 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2013-02-01 13:13:18 +0000 |
commit | 9555dd1455890350ea9a6214de93939f26ab329d (patch) | |
tree | a4d9500ef7db51818a0dc6f6ea4f3647c4004ee2 /server/bin/setsmbpass | |
parent | c972d5aa3beef65d89a2918ea391472ec9376419 (diff) |
#565 #576: Crear el acceso correcto a Rsync para imágenes diferenciales.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3520 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server/bin/setsmbpass')
-rwxr-xr-x | server/bin/setsmbpass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/bin/setsmbpass b/server/bin/setsmbpass index cba6f1ea..0514c014 100755 --- a/server/bin/setsmbpass +++ b/server/bin/setsmbpass @@ -58,9 +58,9 @@ if [ -r $CLIENTINITRD ]; then sed -i "s/busybox reboot/reboot/" scripts/ogfunctions # FIN CÓDIGO TEMPORAL. # Ticket 565, preparar acceso Rsync cliente. - echo "$SAMBAPASS" > etc/passrsync - chown root.root etc/passrsync - chmod 400 etc/passrsync + echo "$SAMBAPASS" > scripts/passrsync + chown root.root scripts/passrsync + chmod 400 scripts/passrsync # Generar Initrd del cliente. find . | cpio -H newc -oa | gzip -9c > $CLIENTINITRD # Ticket 565, preparar acceso Rsync servidor. |