rclone fix

This commit is contained in:
2026-04-30 10:22:28 -04:00
parent 3101834051
commit 7e48bf1b87

View File

@@ -33,7 +33,7 @@ if systemctl --user is-active --quiet rclone_ftp_mount.service; then
echo "Rclone service is already running." echo "Rclone service is already running."
else else
echo "Starting the rclone service." echo "Starting the rclone service."
systemctl start rclone_ftp_mount.service || { echo "Failed to start the service"; exit 1; } systemctl --user start rclone_ftp_mount.service || { echo "Failed to start the service"; exit 1; }
fi fi
echo "Post-installation steps for rclone completed successfully." echo "Post-installation steps for rclone completed successfully."