summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authormichael pereira2011-05-11 15:06:50 +0200
committermichael pereira2011-05-11 15:06:50 +0200
commite9a7bcdcb600c60535993865e09cf528abbe3fb3 (patch)
tree11f36c161dbe51e2bb0c836f81764cc72955a4f4 /application/views
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-e9a7bcdcb600c60535993865e09cf528abbe3fb3.tar.gz
pbs2-e9a7bcdcb600c60535993865e09cf528abbe3fb3.tar.xz
pbs2-e9a7bcdcb600c60535993865e09cf528abbe3fb3.zip
kiosk gefixt
Diffstat (limited to 'application/views')
-rw-r--r--application/views/scripts/resource/getconfig.phtml4
1 files changed, 1 insertions, 3 deletions
diff --git a/application/views/scripts/resource/getconfig.phtml b/application/views/scripts/resource/getconfig.phtml
index bb5241b..2d2a95c 100644
--- a/application/views/scripts/resource/getconfig.phtml
+++ b/application/views/scripts/resource/getconfig.phtml
@@ -22,8 +22,6 @@ fi
<? else: ?>
chroot /mnt useradd -d '<?=$this->homepath?>' -m -s /bin/bash -p '<?=$this->password?>' '<?=$this->loginname?>'
<?php if($this->autologin):?>
- chroot /mnt sed -e \"s/AutoLoginEnable=.*/AutoLoginEnable=true/g;\" /etc/kde4/kdm/kdmrc > /tmp/tmpkdmrc
- && sed 21iAutoLoginUser='<?=$this->loginname?>' /tmp/tmpkdmrc > /mnt/etc/kde4/kdm/kdmrc
- && rm /tmp/tmpkdmrc
+ chroot /mnt sed -e \"s/AutoLoginEnable=.*/AutoLoginEnable=true/g;\" /etc/kde4/kdm/kdmrc > /tmp/tmpkdmrc && sed 21iAutoLoginUser='<?=$this->loginname?>' /tmp/tmpkdmrc > /mnt/etc/kde4/kdm/kdmrc && rm /tmp/tmpkdmrc
<?php endif;?>
<? endif; ?> \ No newline at end of file