Enable rclone services properly

This commit is contained in:
Manuel Thalmann 2024-07-30 17:42:29 +02:00
parent aa958b2656
commit 87ef1167fe

View file

@ -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)