Bug fixes

This commit is contained in:
2021-10-20 15:04:51 -04:00
parent 670daf4880
commit 1a73c69781
2 changed files with 18 additions and 5 deletions

View File

@@ -47,4 +47,7 @@ start_gid=$(( last_gid + id_offset ))
echo "$username:$start_uid:$id_num" >> /etc/subuid
echo "$username:$start_gid:$id_num" >> /etc/subgid
# Copy manual to user desktop
ln -s README.pdf /home/"$user"/Desktop/README.pdf
exit $?