copying skel files in release archive

This commit is contained in:
ngn
2024-01-18 18:02:56 +03:00
parent a8b0feb57d
commit d572b4b94e
2 changed files with 4 additions and 2 deletions

View File

@ -104,5 +104,5 @@ if [ $# -gt 1 ]; then
exit $RET_CODE
fi
chrt bash --login
chrt bash --noprofile --login
exit $?