diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-26 03:03:10 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-26 03:03:10 -0300 |
commit | 2ab49eb9d2069d712ddc8e76dfbb739c36b36ff7 (patch) | |
tree | 56ad71db9f05c7790485c14cec17497ec6fdaa7a | |
parent | 9f8c81410145d64cdee0b73d8fc64cae3e14e9db (diff) |
Minor fix
4 files changed, 4 insertions, 4 deletions
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh index cfaf4a3..f3c11a2 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh @@ -216,7 +216,7 @@ while [ option != 7 ]; do echo "startx" >> /mnt/etc/skel/.bash_profile chmod +x /mnt/etc/skel/.xinitrc cp -a /mnt/etc/skel/.[a-z]* /mnt/home/${user#*=}/ - chmod -R ${user#*=}.${user#*=} /mnt/home/${user#*=}/ + chmod -R 1000.100 /mnt/home/${user#*=}/ cp -a ~/.scriptsInstallation/x11.sh /mnt #Enable services with systemd diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh index b2d99a5..a650520 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh @@ -216,7 +216,7 @@ while [ option != 7 ]; do echo "startx" >> /mnt/etc/skel/.bash_profile chmod +x /mnt/etc/skel/.xinitrc cp -a /mnt/etc/skel/.[a-z]* /mnt/home/${user#*=}/ - chmod -R ${user#*=}.${user#*=} /mnt/home/${user#*=}/ + chmod -R 1000.100 /mnt/home/${user#*=}/ cp -a ~/.scriptsInstallation/x11.sh /mnt #Enable services with systemd diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh index b579fbf..67b14e0 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh @@ -216,7 +216,7 @@ while [ option != 7 ]; do echo "startx" >> /mnt/etc/skel/.bash_profile chmod +x /mnt/etc/skel/.xinitrc cp -a /mnt/etc/skel/.[a-z]* /mnt/home/${user#*=}/ - chmod -R ${user#*=}.${user#*=} /mnt/home/${user#*=}/ + chmod -R 1000.100 /mnt/home/${user#*=}/ cp -a ~/.scriptsInstallation/x11.sh /mnt #Enable services with systemd diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh index bc0265d..4b9a0ec 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh @@ -216,7 +216,7 @@ while [ option != 7 ]; do echo "startx" >> /mnt/etc/skel/.bash_profile chmod +x /mnt/etc/skel/.xinitrc cp -a /mnt/etc/skel/.[a-z]* /mnt/home/${user#*=}/ - chmod -R ${user#*=}.${user#*=} /mnt/home/${user#*=}/ + chmod -R 1000.100 /mnt/home/${user#*=}/ cp -a ~/.scriptsInstallation/x11.sh /mnt #Enable services with systemd |