You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the installation process, if rclone is installed then a user named rclone and a group named rclone is created because the _groups key is defined. However, in a script when we try to run:
sudo chown rclone:rclone /etc/rclone.conf
Then, the following error is output:
chown: invalid group: 'rclone:rclone'
However, when I run sudo chown rclone:$(id -g -n) /etc/rclone.conf it works but it assigns the group as "staff". I'm not sure if this is something unique to my remotely managed corporate computer or because there is something else missing. However, I'd like to be able to label all the rclone stuff with the rclone group so that a user can be assigned that group and manage the file.
Looking for either an answer or a fix on this one.
⏺️ Steps To Reproduce
No response
📒 Relevant Log Output
No response
💡 Possible Solution
No response
The text was updated successfully, but these errors were encountered:
❔ What are you experiencing an issue with?
Latest Release
❔ Version
N/A
🐞 Description
During the installation process, if
rclone
is installed then a user namedrclone
and a group namedrclone
is created because the_groups
key is defined. However, in a script when we try to run:Then, the following error is output:
However, when I run
sudo chown rclone:$(id -g -n) /etc/rclone.conf
it works but it assigns the group as "staff". I'm not sure if this is something unique to my remotely managed corporate computer or because there is something else missing. However, I'd like to be able to label all the rclone stuff with the rclone group so that a user can be assigned that group and manage the file.Looking for either an answer or a fix on this one.
⏺️ Steps To Reproduce
No response
📒 Relevant Log Output
No response
💡 Possible Solution
No response
The text was updated successfully, but these errors were encountered: