Fix script-user-add

This commit is contained in:
2021-10-22 15:07:40 -04:00
parent b3f8861f8d
commit da1e19f648

View File

@@ -50,6 +50,6 @@ echo "$username:$start_uid:$id_num" >> /etc/subuid
echo "$username:$start_gid:$id_num" >> /etc/subgid echo "$username:$start_gid:$id_num" >> /etc/subgid
# Copy manual to user desktop # Copy manual to user desktop
ln -s README.pdf /home/"$user"/Desktop/README.pdf ln -s README.html /home/"$user"/Desktop/
exit $? exit $?