fix-standalone_executable
@ -14,7 +14,7 @@ function check_dependency() {
return 0
}
#this func is standalone executable
[ -n "$1" ] && {
echo param
$1
check_dependency $@
@ -11,7 +11,7 @@ function check_user() {
check_user $@
@ -16,7 +16,7 @@ function chroot_clean() {
echo "done"
chroot_clean $@
@ -25,7 +25,7 @@ function chroot_initial() {
chroot_initial $@
@ -16,7 +16,7 @@ function chroot_is_mounted() {
fi
chroot_is_mounted $@
@ -23,7 +23,7 @@ function chroot_sh() {
chroot "$chroot_dir" /bin/bash --login -c ". /tmp/env.sh; $command"
chroot_sh $@
@ -25,7 +25,7 @@ function chroot_umount() {
chroot_umount $@
@ -53,13 +53,16 @@ function error_code() {
22)
echo "wrong filesystem"
;;
all)
error_code
*)
echo $'No Defined Error Code.\nPerhaps an Error ocure on a Command wich was started by this Skritp.'
esac
error_code $@
@ -42,7 +42,7 @@ function filesystem_extract() {
filesystem_extract $@
@ -9,7 +9,7 @@ function filesystem_get_type() {
echo ${fs_aTemp[9]}
filesystem_get_type $@
@ -31,7 +31,7 @@ function filesystem_pack() {
filesystem_pack $@
@ -25,7 +25,7 @@ function iso_create() {
iso_create $@
@ -46,7 +46,7 @@ function iso_extract() {
iso_extract $@
@ -28,7 +28,7 @@ function on_exit() {
exit $1
on_exit $@
@ -13,7 +13,7 @@ function workspace_erase() {
workspace_erase $@
@ -10,7 +10,7 @@
xrdp $@
@ -35,8 +35,3 @@ function os_update() {
@ -7,8 +7,3 @@
source <LIBDIR>/proj/ubuntu.16.04
TEST2="na"
####################################
# . -> debian
source <LIBDIR>/proj/debian
@ -5,8 +5,3 @@
#ubuntu.16.04
# . -> ubuntu -> debian
source <LIBDIR>/proj/ubuntu