Currently, it looks like the installer logic is successfully creating a system user and group with the following commands:
β― sudo dscl . -create /Users/rclone
β― sudo dscl . -create /Groups/rclone
β― sudo dscl . -append /Groups/rclone GroupMembership rclone
β― id -Gn rclone
id: βrcloneβ: no such user: Invalid argument
β― dscacheutil -q group -a name rclone
β― echo $?
0
However, the logic needs to be fixed so that the rclone user is added to the rclone system group. Then, there should be logic that adds the $USER to the rclone group as well.
If you know how to do this, you can just post it right here and I will implement it. Thanks.
β What are you experiencing an issue with?
Latest Release
β Version
Current
π Description
Currently, it looks like the installer logic is successfully creating a system user and group with the following commands:
However, the logic needs to be fixed so that the
rclone
user is added to therclone
system group. Then, there should be logic that adds the$USER
to therclone
group as well.If you know how to do this, you can just post it right here and I will implement it. Thanks.
βΊοΈ Steps To Reproduce
No response
π Relevant Log Output
No response
π‘ Possible Solution
No response