Instruct user to log out
This commit is contained in:
parent
f3da0e1a51
commit
c30a467138
|
@ -98,6 +98,9 @@ begin
|
||||||
rclone config || true
|
rclone config || true
|
||||||
systemctl --user enable "$serviceName" --now || true
|
systemctl --user enable "$serviceName" --now || true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
echo "rclone was configured successfully!"
|
||||||
|
read -P "Please log out"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue