summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authormichael pereira2011-05-11 15:15:45 +0200
committermichael pereira2011-05-11 15:15:45 +0200
commite76d2b07ed4b5926939e7e6df94d3593eca97457 (patch)
tree56ad5ae2081f99a950232e8e273ee6fc79db8758 /application/views
parentkiosk gefixt (diff)
downloadpbs2-e76d2b07ed4b5926939e7e6df94d3593eca97457.tar.gz
pbs2-e76d2b07ed4b5926939e7e6df94d3593eca97457.tar.xz
pbs2-e76d2b07ed4b5926939e7e6df94d3593eca97457.zip
kiosk gefixt
Diffstat (limited to 'application/views')
-rw-r--r--application/views/scripts/resource/getconfig.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/scripts/resource/getconfig.phtml b/application/views/scripts/resource/getconfig.phtml
index 2d2a95c..aec9b1f 100644
--- a/application/views/scripts/resource/getconfig.phtml
+++ b/application/views/scripts/resource/getconfig.phtml
@@ -20,8 +20,8 @@ else
fi
<? else: ?>
- chroot /mnt useradd -d '<?=$this->homepath?>' -m -s /bin/bash -p '<?=$this->password?>' '<?=$this->loginname?>'
+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