Enable rclone
services properly
This commit is contained in:
parent
1efc677ed7
commit
855124c726
|
@ -35,7 +35,10 @@ begin
|
|||
sudo -Eu "$name" dbus-launch --exit-with-session startplasma-wayland &> /dev/null
|
||||
rm "$entryPoint"
|
||||
rm ~"$name"/.config/plasma-welcomerc
|
||||
else if [ -n "$name" ] && [ "$name" != "$USER" ]
|
||||
sudo -Eu "$name" CONFIG_MODULE="$CONFIG_MODULE" fish "$(status filename)" userConfig
|
||||
else
|
||||
systemctl --user enable rclone.service
|
||||
echo "Please complete the setup of your rclone configurations!"
|
||||
|
||||
for config in (echo "$configs" | jq '.[]' --raw-output0 | string split0)
|
||||
|
|
Loading…
Reference in a new issue