summaryrefslogtreecommitdiffstats
path: root/client/shared/etc/preinit/mountrepo.sh
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2012-01-12 21:24:31 +0000
committerramon <ramongomez@us.es>2012-01-12 21:24:31 +0000
commitc39fac3c12e2b21199a25334c9d06194ebe5e0d0 (patch)
treef210968d1fb571921c910e5370a2fabbeecbe0c5 /client/shared/etc/preinit/mountrepo.sh
parent4a29eb5a9d61c0e42e044adfa353a2ce5c466d0a (diff)
Verión 1.0.3, #476: separar arranque de servicios en nuevo script y revisar mensajes de arranque.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2434 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared/etc/preinit/mountrepo.sh')
-rwxr-xr-xclient/shared/etc/preinit/mountrepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/shared/etc/preinit/mountrepo.sh b/client/shared/etc/preinit/mountrepo.sh
index 617b9145..b3112fa6 100755
--- a/client/shared/etc/preinit/mountrepo.sh
+++ b/client/shared/etc/preinit/mountrepo.sh
@@ -13,7 +13,7 @@ ROOTREPO=${ROOTREPO:-"$ROOTSERVER"}
# TODO Revisar proceso de arranque para no montar 2 veces el repositorio.
if [ $ogactiveadmin == "true" ]; then
- export boot=admin
+ export boot=admin # ATENCIÓN: siempre en modo "admin".
umount $OGIMG 2>/dev/null
protocol=${potocol:-"smb"}