readd proj mods
This commit is contained in:
parent
f303797810
commit
23e39f21f6
@ -250,3 +250,14 @@ function tools_add-desinfect.17() {
|
||||
sourcelist_desinfect_set_nomal2017 "$chroot_dir"
|
||||
}
|
||||
function tools_add() { tools_add-desinfect.17 $@; }
|
||||
|
||||
|
||||
function project_mods-desinfect.17() {
|
||||
#config xrdp to start xfce
|
||||
[ -d "$chroot_path/etc/xrdp/" ] && {
|
||||
echo '#!/bin/sh' > "$chroot_path"/etc/xrdp/startwm.sh
|
||||
echo "export LANG=\"de_DE.UTF-8\"" >> "$chroot_path"/etc/xrdp/startwm.sh
|
||||
echo "startxfce4" >> "$chroot_path"/etc/xrdp/startwm.sh
|
||||
}
|
||||
}
|
||||
function project_mods() { project_mods-desinfect.17 $@; }
|
||||
|
@ -232,10 +232,7 @@ error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_fil
|
||||
#chroot $chroot_path /bin/bash
|
||||
#echo "Are You Finisch? Then Press [ENTER]"
|
||||
|
||||
#config xrdp to start xfce
|
||||
echo '#!/bin/sh' > "$chroot_path"/etc/xrdp/startwm.sh
|
||||
echo "export LANG=\"de_DE.UTF-8\"" >> "$chroot_path"/etc/xrdp/startwm.sh
|
||||
echo "startxfce4" >> "$chroot_path"/etc/xrdp/startwm.sh
|
||||
project_mods
|
||||
|
||||
# 9. Umount - Chroot Umgebung auflösen
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user