diff --git a/operation/finish_install/exec_install_40.sh b/operation/finish_install/exec_install_40.sh index e502fc6..86af6d9 100755 --- a/operation/finish_install/exec_install_40.sh +++ b/operation/finish_install/exec_install_40.sh @@ -13,6 +13,6 @@ if [ $os == "40" ];then echo "chown sys:sys /etc/skel/.kde/share/config/kdesktoprc" >> /mnt/opt/StateGrid/install_shell/create_users.sh echo "chown \$USER_NAME:\$USER_NAME \$USER_NAME/.kde/share/config" >> /mnt/opt/StateGrid/install_shell/create_users.sh # change issue - sed 's/6\.0\.42\.41/4\.2\.40/g' /mnt/etc/issue > /mnt/etc/issue.bak + sed 's/6\.0\.42/4\.2\.40/g' /mnt/etc/issue > /mnt/etc/issue.bak mv /mnt/etc/issue.bak /mnt/etc/issue fi